HomeSort by: relevance | last modified time | path
    Searched refs:USB_PORT_ROOT_RESET_DELAY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
usb.h 769 #define USB_PORT_ROOT_RESET_DELAY 50 /* ms */
780 #define USB_PORT_ROOT_RESET_DELAY 250 /* ms */
ohci.c 2607 USB_PORT_ROOT_RESET_DELAY);
uhci.c 3495 usb_delay_ms(&sc->sc_bus, USB_PORT_ROOT_RESET_DELAY);
ehci.c 2636 usb_delay_ms(&sc->sc_bus, USB_PORT_ROOT_RESET_DELAY);
xhci.c 4295 for (i = 0; i < USB_PORT_ROOT_RESET_DELAY / 10; i++) {

Completed in 30 milliseconds