Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-ppc-of.c139 ehci->ohci_hcctrl_reg = in ehci_hcd_ppc_of_probe()
145 if (!ehci->ohci_hcctrl_reg) { in ehci_hcd_ppc_of_probe()
Dehci.h237 __hc32 *ohci_hcctrl_reg; member
769 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
775 writel_be(hc_control, ehci->ohci_hcctrl_reg); in set_ohci_hcfs()
776 (void) readl_be(ehci->ohci_hcctrl_reg); in set_ohci_hcfs()