Searched hist:"5 f4b4f2fed3ab8590c8c06b78642f8c1467acacf" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 5f4b4f2fed3ab8590c8c06b78642f8c1467acacf Mon Dec 05 22:52:22 UTC 2011 Vincent Palatin <vpalatin@chromium.org> ehci: speed up initialization
According to EHCI specification v1.0, the controller should stabilize the power on a port at most 20 ms after the port power bit transition. So, we put this setting in the virtual descriptor corresponding field, (bPwrOn2PwrGood = 10 => 10 x 2ms = 20ms), this saves about 500ms at each controller initialization/enumeration.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
|