Home
last modified time | relevance | path

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

/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.h69 unsigned long reset_done; member
A Disp1760-hcd.c2163 priv->reset_done = get_timer(0) + 40; in isp1760_hub_control()
2208 if (!priv->reset_done) { in isp1760_hub_control()
2209 priv->reset_done = get_timer(0) + 20; in isp1760_hub_control()
2210 } else if (get_timer(0) > priv->reset_done) { in isp1760_hub_control()
2227 get_timer(0) > priv->reset_done) { in isp1760_hub_control()
2229 priv->reset_done = 0; in isp1760_hub_control()
2323 priv->reset_done = get_timer(0) + 50; in isp1760_hub_control()

Completed in 13 milliseconds