Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h105 #define ehci_readl(x) be32_to_cpu(__raw_readl(x)) macro
108 #define ehci_readl(x) readl(x) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h745 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, in ehci_readl() function