uhci_run
Static usbd_status uhci_run(uhci_softc_t *, int);
err = uhci_run(sc, 1); /* and here we go... */
uhci_run(sc, 0);
uhci_run(sc, 1); /* and start traffic again */
uhci_run(sc, 0); /* stop the controller */