Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c1215 uint16_t pwrdly; in uhub_attach() local
1279 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1324 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1354 pwrdly = ((10 * UHD_PWRON_FACTOR) + usb_extra_power_up_time); in uhub_attach()
1511 usb_pause_mtx(NULL, USB_MS_TO_TICKS(pwrdly)); in uhub_attach()