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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci.h11 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
16 typedef __u16 __bitwise __hc16; typedef
118 __hc16 hwPSW [MAXPSW];
589 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x)
592 (__force __hc16)cpu_to_be16(x) :
593 (__force __hc16)cpu_to_le16(x);
596 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x)
618 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x)
625 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x)
672 static inline __hc16 *ohci_hwPSW
[all...]
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

Completed in 118 milliseconds