Searched defs:__hc16 (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Duhci-hcd.h102 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
111 typedef __u16 __bitwise __hc16; typedef
114 #define __hc16 __le16 macro
H A Dehci.h25 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
34 typedef __u16 __bitwise __hc16; typedef
37 #define __hc16 __le16 macro
H A Dfotg210.h7 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
15 #define __hc16 __le16 macro
H A Dfusbh200.h7 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
15 #define __hc16 __le16 macro
H A Dohci.h11 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
16 typedef __u16 __bitwise __hc16; typedef
126 __hc16 hwPSW [MAXPSW];
591 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x)
594 (__force __hc16)cpu_to_be16(x) :
595 (__force __hc16)cpu_to_le16(x);
598 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x)
620 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x)
627 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x)
674 static inline __hc16 *ohci_hwPSW
[all...]

Completed in 149 milliseconds