uhci_run
uhci_run(&sc->sc, 0); /* stop the controller */
uhci_run(&sc->sc, 0); /* stop the controller */
usbd_status uhci_run(struct uhci_softc *, int run);
return (uhci_run(sc, 1)); /* and here we go... */
uhci_run(sc, 0); /* stop the controller */
uhci_run(sc, 0); /* stop the controller */
uhci_run(sc, 0); /* in case BIOS has started it */
uhci_run(sc, 1); /* and start traffic again */
usbd_status uhci_run(struct uhci_softc *, int run);