Lines Matching refs:ehci
97 struct ehci_hcd *ehci = NULL; in ehci_hcd_ppc_of_probe() local
134 ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_probe()
139 ehci->ohci_hcctrl_reg = in ehci_hcd_ppc_of_probe()
145 if (!ehci->ohci_hcctrl_reg) { in ehci_hcd_ppc_of_probe()
148 ehci->has_amcc_usb23 = 1; in ehci_hcd_ppc_of_probe()
153 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
154 ehci->big_endian_desc = 1; in ehci_hcd_ppc_of_probe()
157 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
159 ehci->big_endian_desc = 1; in ehci_hcd_ppc_of_probe()
161 ehci->caps = hcd->regs; in ehci_hcd_ppc_of_probe()
165 ehci_dbg(ehci, "Break Memory Transfer (BMT) is %senabled!\n", in ehci_hcd_ppc_of_probe()
188 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_remove() local
202 if (ehci->has_amcc_usb23) { in ehci_hcd_ppc_of_remove()
208 set_ohci_hcfs(ehci, 1); in ehci_hcd_ppc_of_remove()