Home
last modified time | relevance | path

Searched refs:pwrdly (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1264 uint16_t pwrdly; in uhub_attach() local
1341 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1386 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1416 pwrdly = ((10 * UHD_PWRON_FACTOR) + usb_extra_power_up_time); in uhub_attach()
1537 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()

Completed in 4 milliseconds