Home
last modified time | relevance | path

Searched refs:USB_BUS_RESET_DELAY (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dusb.h771 #define USB_BUS_RESET_DELAY 100 /* ms XXX?*/ macro
H A Dohci.c941 usb_delay_ms(&sc->sc_bus, USB_BUS_RESET_DELAY); in ohci_init()
950 usb_delay_ms(&sc->sc_bus, USB_BUS_RESET_DELAY); in ohci_init()
H A Duhci.c428 usb_delay_ms(&sc->sc_bus, USB_BUS_RESET_DELAY); /* wait a little */ in uhci_globalreset()