Home
last modified time | relevance | path

Searched defs:ehci_readl (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h107 #define ehci_readl(x) be32_to_cpu(__raw_readl(x)) macro
110 #define ehci_readl(x) readl(x) macro
/openbmc/linux/drivers/usb/host/
H A Dehci.h751 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, in ehci_readl() function