Home
last modified time | relevance | path

Searched refs:__hc16 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dohci.h16 typedef __u16 __bitwise __hc16; typedef
118 __hc16 hwPSW [MAXPSW];
585 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
588 (__force __hc16)cpu_to_be16(x) : in cpu_to_hc16()
589 (__force __hc16)cpu_to_le16(x); in cpu_to_hc16()
592 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
614 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
621 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
668 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci, in ohci_hwPSWp()
671 return (__hc16 *)(big_endian_desc(ohci) ? in ohci_hwPSWp()
Dehci.h34 typedef __u16 __bitwise __hc16; typedef
37 #define __hc16 __le16 macro