Searched refs:ioswabw (Results 1 – 9 of 9) sorted by relevance
26 # define ioswabw(x) le16_to_cpu(x) macro37 # define ioswabw(x) (x) macro
32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro43 # define ioswabw(a, x) (x) macro
12 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
15 #define ioswabw(a, x) (x) macro
18 # define ioswabw(a, x) (x) macro
19 # define ioswabw(a, x) (x) macro
51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ macro
40 #define readw_relaxed(c) ({ u16 __v = ioswabw(__raw_readw(c)); __v; })45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c))
43 # define _ioswabw ioswabw48 # define __relaxed_ioswabw ioswabw