Home
last modified time | relevance | path

Searched refs:readl_be (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dohci-ppc-of.c164 writel_be((readl_be(&ohci->regs->control) | in ohci_hcd_ppc_of_probe()
166 (void) readl_be(&ohci->regs->control); in ohci_hcd_ppc_of_probe()
Dehci.h728 #define readl_be(addr) __raw_readl((__force unsigned *)addr) macro
737 readl_be(regs) : in ehci_readl()
781 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
788 (void) readl_be(ehci->ohci_hcctrl_reg); in set_ohci_hcfs()
Duhci-hcd.h554 return readl_be(uhci->regs + reg); in uhci_readl()
Dohci.h565 readl_be (regs) : in _ohci_readl()