Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci.h17 typedef __u16 __bitwise __hc16; typedef
127 __hc16 hwPSW [MAXPSW];
590 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
593 (__force __hc16)cpu_to_be16(x) : in cpu_to_hc16()
594 (__force __hc16)cpu_to_le16(x); in cpu_to_hc16()
597 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
619 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
626 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
672 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci, in ohci_hwPSWp()
675 return (__hc16 *)(big_endian_desc(ohci) ? in ohci_hwPSWp()
Duhci-hcd.h115 typedef __u16 __bitwise __hc16; typedef
118 #define __hc16 __le16 macro
Dehci.h21 typedef __u16 __bitwise __hc16; typedef
24 #define __hc16 __le16 macro
Dfotg210.h18 #define __hc16 __le16 macro