Lines Matching defs:ohci

75 #define	OKAY_TO_TAKEBACK(ohci, ed)			\  argument
443 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec()
447 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
451 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
455 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
460 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec()
464 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
468 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
472 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
483 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) in ohci_to_hcd()
490 #define ohci_dbg(ohci, fmt, args...) \ argument
492 #define ohci_err(ohci, fmt, args...) \ argument
494 #define ohci_info(ohci, fmt, args...) \ argument
496 #define ohci_warn(ohci, fmt, args...) \ argument
538 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC) argument
540 #define big_endian_desc(ohci) 1 /* only big endian */ argument
543 #define big_endian_desc(ohci) 0 /* only little endian */ argument
548 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO) argument
550 #define big_endian_mmio(ohci) 1 /* only big endian */ argument
553 #define big_endian_mmio(ohci) 0 /* only little endian */ argument
561 static inline unsigned int _ohci_readl (const struct ohci_hcd *ohci, in _ohci_readl()
573 static inline void _ohci_writel (const struct ohci_hcd *ohci, in _ohci_writel()
592 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
599 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
606 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32()
613 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x) in cpu_to_hc32p()
621 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
628 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
635 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu()
642 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x) in hc32_to_cpup()
661 static inline u16 ohci_frame_no(const struct ohci_hcd *ohci) in ohci_frame_no()
674 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci, in ohci_hwPSWp()
681 static inline u16 ohci_hwPSW(const struct ohci_hcd *ohci, in ohci_hwPSW()
694 static inline void periodic_reinit (struct ohci_hcd *ohci) in periodic_reinit()