Searched defs:ehci_writel (Results 1 – 2 of 2) sorted by relevance
108 #define ehci_writel(a, b) __raw_writel(cpu_to_be32(b), a) macro111 #define ehci_writel(a, b) writel(b, a) macro
775 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel() function