Searched defs:ioswabw (Results 1 – 8 of 8) sorted by relevance
29 # define ioswabw(x) le16_to_cpu(x) macro40 # define ioswabw(x) (x) macro
32 # define ioswabw(a, x) le16_to_cpu(x) macro43 # define ioswabw(a, x) (x) macro
18 # define ioswabw(a, x) (x) macro
19 # define ioswabw(a, x) (x) macro
17 #define ioswabw(a, x) le16_to_cpu(x) macro
19 #define ioswabw(a, x) le16_to_cpu(x) macro
51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? le16_to_cpu(x) : x) macro
611 u16 (*ioswabw)(volatile u16 *a, u16 x) = ioswabw_default; variable