Searched refs:ioswabq (Results 1 – 7 of 7) sorted by relevance
33 # define ioswabq(x) le64_to_cpu(x) macro44 # define ioswabq(x) (x) macro
36 # define ioswabq(a, x) le64_to_cpu(x) macro47 # define ioswabq(a, x) (x) macro
22 # define ioswabq(a, x) (x) macro
23 # define ioswabq(a, x) (x) macro
20 #define ioswabq(a, x) le64_to_cpu(x) macro
23 #define ioswabq(a, x) le64_to_cpu(x) macro
41 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; })46 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c))