Searched refs:ioswabq (Results 1 – 9 of 9) sorted by relevance
30 # define ioswabq(x) le64_to_cpu(x) macro41 # define ioswabq(x) (x) macro
36 # define ioswabq(a, x) le64_to_cpu(x) macro47 # define ioswabq(a, x) (x) macro
23 # define ioswabq(a, x) (x) macro
22 # define ioswabq(a, x) (x) macro
21 #define ioswabq(a, x) le64_to_cpu(x) macro
24 #define ioswabq(a, x) le64_to_cpu(x) macro
55 # define ioswabq(a, x) (__should_swizzle_bits(a) ? le64_to_cpu(x) : x) macro
43 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; })48 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c))
52 # define __relaxed_ioswabq ioswabq