Lines Matching defs:ehci

270 static inline struct usb_hcd *ehci_to_hcd(struct ehci_hcd *ehci)  in ehci_to_hcd()
281 #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma) argument
310 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) argument
311 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) argument
312 #define STATUS_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_STS) argument
325 #define QTD_MASK(ehci) cpu_to_hc32(ehci, ~0x1f) argument
332 #define Q_NEXT_TYPE(ehci, dma) ((dma) & cpu_to_hc32(ehci, 3 << 1)) argument
348 #define QH_NEXT(ehci, dma) \ argument
352 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ argument
523 #define ITD_ACTIVE(ehci) cpu_to_hc32(ehci, EHCI_ISOC_ACTIVE) argument
568 #define SITD_ACTIVE(ehci) cpu_to_hc32(ehci, SITD_STS_ACTIVE) argument
638 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument
641 #define ehci_prepare_ports_for_controller_resume(ehci) \ argument
659 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed()
679 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED argument
751 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, in ehci_readl()
775 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel()
796 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs()
810 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs()
827 static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
835 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
842 static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()
852 static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
858 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
863 static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()
872 #define ehci_dbg(ehci, fmt, args...) \ argument
874 #define ehci_err(ehci, fmt, args...) \ argument
876 #define ehci_info(ehci, fmt, args...) \ argument
878 #define ehci_warn(ehci, fmt, args...) \ argument