Searched hist:"1 dde1423ad341b5d157ed7ee1f1b136f4ee7dbb4" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 1dde1423ad341b5d157ed7ee1f1b136f4ee7dbb4 Wed May 15 07:29:21 UTC 2013 Kuo-Jung Su <dantesu@faraday-tech.com> usb: ehci: add weak-aliased function for PORTSC
There is at least one non-EHCI compliant controller (i.e. Faraday EHCI) not only leave RESERVED and CONFIGFLAG registers un-implemented but also has their address spaces removed.
As an result, the PORTSC register of Faraday EHCI always starts from 0x30 instead of 0x44 in standard EHCI.
So that we'll need a weak-aliased function for abstraction.
Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com> CC: Marek Vasut <marex@denx.de>
|