Lines Matching defs:ehci
9 * Based on ehci-ppc-of.c which is:
11 * and in turn based on "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de>
76 struct ehci_hcd *ehci = NULL;
115 ehci = hcd_to_ehci(hcd);
117 ehci->caps = hcd->regs;
120 hc_capbase = ehci_readl(ehci, &ehci->caps->hc_capbase);
121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) {
122 ehci->big_endian_mmio = 1;
123 ehci->big_endian_desc = 1;
124 ehci->big_endian_capbase = 1;
174 .name = "grlib-ehci",