Home
last modified time | relevance | path

Searched defs:writeb_relaxed (Results 1 – 14 of 14) sorted by relevance

/linux/arch/nios2/include/asm/
H A Dio.h24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
/linux/tools/include/asm-generic/
H A Dio.h315 #define writeb_relaxed writeb_relaxed macro
316 static inline void writeb_relaxed(u8 value, volatile void __iomem *addr) in writeb_relaxed() function
/linux/tools/arch/x86/include/asm/
H A Dio.h48 #define writeb_relaxed(v, a) __writeb(v, a) macro
/linux/arch/riscv/include/asm/
H A Dmmio.h119 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
/linux/arch/x86/include/asm/
H A Dio.h86 #define writeb_relaxed(v, a) __writeb(v, a) macro
/linux/arch/arc/include/asm/
H A Dio.h225 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/linux/arch/mips/include/asm/
H A Dio.h351 #define writeb_relaxed __relaxed_writeb macro
/linux/arch/sh/include/asm/
H A Dio.h43 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
/linux/include/asm-generic/
H A Dio.h382 #define writeb_relaxed writeb_relaxed macro
383 static inline void writeb_relaxed(u8 value, volatile void __iomem *addr) in writeb_relaxed() function
/linux/arch/arm/include/asm/
H A Dio.h280 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h157 #define writeb_relaxed writeb macro
/linux/arch/alpha/include/asm/
H A Dio.h592 #define writeb_relaxed writeb macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h396 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/linux/arch/powerpc/include/asm/
H A Dio.h698 #define writeb_relaxed(v, addr) writeb(v, addr) macro