Home
last modified time | relevance | path

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

/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/sh/include/asm/
H A Dio.h44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
/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.h585 #define writeb_relaxed writeb macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h396 #define writeb_relaxed(b, addr) writeb(b, addr) macro