Home
last modified time | relevance | path

Searched defs:writeb_relaxed (Results 1 – 4 of 4) 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/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