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

/linux-master/arch/nios2/include/asm/
H A Dio.h24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
/linux-master/arch/arc/include/asm/
H A Dio.h228 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h161 #define writeb_relaxed __raw_writeb macro
/linux-master/arch/riscv/include/asm/
H A Dmmio.h119 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
/linux-master/arch/arm/include/asm/
H A Dio.h280 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/linux-master/arch/x86/include/asm/
H A Dio.h85 #define writeb_relaxed(v, a) __writeb(v, a) macro
/linux-master/arch/alpha/include/asm/
H A Dio.h590 #define writeb_relaxed writeb macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h157 #define writeb_relaxed writeb macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h396 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/linux-master/arch/sh/include/asm/
H A Dio.h44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
/linux-master/arch/mips/include/asm/
H A Dio.h367 #define writeb_relaxed __relaxed_writeb macro
/linux-master/include/asm-generic/
H A Dio.h355 #define writeb_relaxed writeb_relaxed macro
356 static inline void writeb_relaxed(u8 value, volatile void __iomem *addr) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h719 #define writeb_relaxed(v, addr) writeb(v, addr) macro

Completed in 336 milliseconds