Searched defs:ioswabq (Results 1 – 8 of 8) sorted by relevance
30 # define ioswabq(x) le64_to_cpu(x) macro41 # define ioswabq(x) (x) macro
33 # define ioswabq(a, x) le64_to_cpu(x) macro44 # define ioswabq(a, x) (x) macro
36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro47 # define ioswabq(a, x) (x) macro
16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
22 # define ioswabq(a, x) (x) macro
23 # define ioswabq(a, x) (x) macro
19 #define ioswabq(a, x) (x) macro
59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro