Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c163 unsigned pgood_delay = hub->desc.bPwrOn2PwrGood * 2; in usb_hub_power_on() local
191 pgood_delay = max(pgood_delay, in usb_hub_power_on()
193 debug("pgood_delay=%dms\n", pgood_delay); in usb_hub_power_on()
199 hub->query_delay = get_timer(0) + max(100, (int)pgood_delay); in usb_hub_power_on()
208 dev->devnum, max(100, (int)pgood_delay), in usb_hub_power_on()
209 max(100, (int)pgood_delay) + 1000); in usb_hub_power_on()