Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhub.c164 powerdelay = (hd.ss.bPwrOn2PwrGood * UHD_PWRON_FACTOR); in uhub_attach()
170 powerdelay = (hd.hs.bPwrOn2PwrGood * UHD_PWRON_FACTOR); in uhub_attach()
Dusb.h365 #define UHD_PWRON_FACTOR 2 macro
Dohci.c895 usb_delay_ms(&sc->sc_bus, OHCI_GET_POTPGT(desca) * UHD_PWRON_FACTOR); in ohci_init()