Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb.h624 #define UHD_PWRON_FACTOR 2 macro
H A Dusb_hub.c1279 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()