Lines Matching refs:ehci
42 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_xilinx_of_setup() local
45 retval = ehci_halt(ehci); in ehci_xilinx_of_setup()
53 ehci->sbrn = 0x20; in ehci_xilinx_of_setup()
55 return ehci_reset(ehci); in ehci_xilinx_of_setup()
156 struct ehci_hcd *ehci; in ehci_hcd_xilinx_of_probe() local
199 ehci = hcd_to_ehci(hcd); in ehci_hcd_xilinx_of_probe()
204 ehci->big_endian_mmio = 1; in ehci_hcd_xilinx_of_probe()
205 ehci->big_endian_desc = 1; in ehci_hcd_xilinx_of_probe()
211 ehci_dbg(ehci, "USB host controller supports FS devices\n"); in ehci_hcd_xilinx_of_probe()
214 ehci_dbg(ehci, in ehci_hcd_xilinx_of_probe()
221 ehci->caps = hcd->regs + 0x100; in ehci_hcd_xilinx_of_probe()
222 ehci->regs = hcd->regs + 0x100 + in ehci_hcd_xilinx_of_probe()
223 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_hcd_xilinx_of_probe()
226 ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params); in ehci_hcd_xilinx_of_probe()