Lines Matching defs:fotg210_hcd
33 /* fotg210_hcd->lock guards shared data against other CPUs:
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
76 struct fotg210_hcd { /* one per controller */
191 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd)
193 return (struct fotg210_hcd *)(hcd->hcd_priv);
195 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210)
611 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc)
619 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc)
650 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210,
656 static inline void fotg210_writel(const struct fotg210_hcd *fotg210,
663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x)
669 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x)
674 static inline u32 hc32_to_cpup(const struct fotg210_hcd *fotg210,
682 static inline unsigned fotg210_read_frame_index(struct fotg210_hcd *fotg210)