Lines Matching refs:fotg210_hcd
76 struct fotg210_hcd { /* one per controller */ struct
193 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210() argument
195 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210()
197 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd()
613 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed()
621 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed()
652 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210, in fotg210_readl()
658 static inline void fotg210_writel(const struct fotg210_hcd *fotg210, in fotg210_writel()
665 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
671 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu()
676 static inline u32 hc32_to_cpup(const struct fotg210_hcd *fotg210, in hc32_to_cpup()
684 static inline unsigned fotg210_read_frame_index(struct fotg210_hcd *fotg210) in fotg210_read_frame_index()