Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci.h17 typedef __u16 __bitwise __hc16; typedef
127 __hc16 hwPSW [MAXPSW];
592 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
595 (__force __hc16)cpu_to_be16(x) : in cpu_to_hc16()
596 (__force __hc16)cpu_to_le16(x); in cpu_to_hc16()
599 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
621 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
628 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
674 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci, in ohci_hwPSWp()
677 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
/linux-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.h18 #define __hc16 __le16 macro