Lines Matching refs:ehci
58 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_platform_reset() local
61 ehci->has_synopsys_hc_bug = pdata->has_synopsys_hc_bug; in ehci_platform_reset()
69 ehci->caps = hcd->regs + pdata->caps_offset; in ehci_platform_reset()
75 ehci->need_io_watchdog = 0; in ehci_platform_reset()
151 struct ehci_hcd *ehci; in ehci_platform_probe() local
185 ehci = hcd_to_ehci(hcd); in ehci_platform_probe()
189 ehci->big_endian_mmio = 1; in ehci_platform_probe()
192 ehci->big_endian_desc = 1; in ehci_platform_probe()
195 ehci->big_endian_mmio = ehci->big_endian_desc = 1; in ehci_platform_probe()
250 ehci->big_endian_desc = 1; in ehci_platform_probe()
252 ehci->big_endian_mmio = 1; in ehci_platform_probe()
259 if (ehci->big_endian_mmio) { in ehci_platform_probe()
267 if (ehci->big_endian_desc) { in ehci_platform_probe()