Lines Matching refs:ehci
56 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_platform_reset() local
60 ehci->has_synopsys_hc_bug = pdata->has_synopsys_hc_bug; in ehci_platform_reset()
68 ehci->caps = hcd->regs + pdata->caps_offset; in ehci_platform_reset()
74 ehci->need_io_watchdog = 0; in ehci_platform_reset()
156 struct ehci_hcd *ehci; in ehci_platform_probe() local
189 ehci = hcd_to_ehci(hcd); in ehci_platform_probe()
193 ehci->big_endian_mmio = 1; in ehci_platform_probe()
196 ehci->big_endian_desc = 1; in ehci_platform_probe()
199 ehci->big_endian_mmio = ehci->big_endian_desc = 1; in ehci_platform_probe()
264 ehci->big_endian_desc = 1; in ehci_platform_probe()
266 ehci->big_endian_mmio = 1; in ehci_platform_probe()
269 if (ehci->big_endian_mmio) { in ehci_platform_probe()
277 if (ehci->big_endian_desc) { in ehci_platform_probe()