Lines Matching defs:ohci

432 static inline int quirk_nec(struct ohci_hcd *ohci)  in quirk_nec()
436 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
440 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
444 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
449 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec()
453 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
457 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
461 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
472 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) in ohci_to_hcd()
483 #define ohci_dbg(ohci, fmt, args...) \ argument
485 #define ohci_err(ohci, fmt, args...) \ argument
487 #define ohci_info(ohci, fmt, args...) \ argument
489 #define ohci_warn(ohci, fmt, args...) \ argument
495 # define ohci_vdbg(ohci, fmt, args...) do { } while (0) argument
537 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC) argument
539 #define big_endian_desc(ohci) 1 /* only big endian */ argument
542 #define big_endian_desc(ohci) 0 /* only little endian */ argument
547 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO) argument
549 #define big_endian_mmio(ohci) 1 /* only big endian */ argument
552 #define big_endian_mmio(ohci) 0 /* only little endian */ argument
560 static inline unsigned int _ohci_readl (const struct ohci_hcd *ohci, in _ohci_readl()
572 static inline void _ohci_writel (const struct ohci_hcd *ohci, in _ohci_writel()
591 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
598 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
605 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32()
612 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x) in cpu_to_hc32p()
620 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
627 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
634 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu()
641 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x) in hc32_to_cpup()
656 #define big_endian_frame_no_quirk(ohci) (ohci->flags & OHCI_QUIRK_FRAME_NO) argument
658 #define big_endian_frame_no_quirk(ohci) 0 argument
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()