Home
last modified time | relevance | path

Searched refs:ohci_hcctrl_reg (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-ppc-of.c160 ehci->ohci_hcctrl_reg = ioremap(res.start + in ehci_hcd_ppc_of_probe()
164 if (!ehci->ohci_hcctrl_reg) { in ehci_hcd_ppc_of_probe()
201 iounmap(ehci->ohci_hcctrl_reg); in ehci_hcd_ppc_of_probe()
249 iounmap(ehci->ohci_hcctrl_reg); in ehci_hcd_ppc_of_remove()
Dehci.h160 __hc32 *ohci_hcctrl_reg; member
681 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
687 writel_be(hc_control, ehci->ohci_hcctrl_reg); in set_ohci_hcfs()
688 (void) readl_be(ehci->ohci_hcctrl_reg); in set_ohci_hcfs()