Searched defs:writew_relaxed (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/nios2/include/asm/
H A Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/linux-master/arch/arc/include/asm/
H A Dio.h229 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h162 #define writew_relaxed __raw_writew macro
/linux-master/arch/riscv/include/asm/
H A Dmmio.h120 #define writew_relaxed(v, c) ({ __io_rbw(); writew_cpu((v), (c)); __io_raw(); }) macro
/linux-master/arch/arm/include/asm/
H A Dio.h281 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/linux-master/arch/x86/include/asm/
H A Dio.h86 #define writew_relaxed(v, a) __writew(v, a) macro
/linux-master/arch/alpha/include/asm/
H A Dio.h591 #define writew_relaxed writew macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h167 #define writew_relaxed writew macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h397 #define writew_relaxed(b, addr) writew(b, addr) macro
/linux-master/arch/sh/include/asm/
H A Dio.h45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro
/linux-master/arch/mips/include/asm/
H A Dio.h368 #define writew_relaxed __relaxed_writew macro
/linux-master/include/asm-generic/
H A Dio.h365 #define writew_relaxed writew_relaxed macro
366 static inline void writew_relaxed(u16 value, volatile void __iomem *addr) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h720 #define writew_relaxed(v, addr) writew(v, addr) macro

Completed in 372 milliseconds