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((__force __le64)(x)) macro47 # define ioswabq(a, x) (x) macro
16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
19 #define ioswabq(a, x) (x) macro
22 # define ioswabq(a, x) (x) macro
23 # define ioswabq(a, x) (x) macro
59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro
42 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; })47 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c))
45 # define _ioswabq ioswabq50 # define __relaxed_ioswabq ioswabq