Home
last modified time | relevance | path

Searched refs:writeb_relaxed (Results 1 – 15 of 15) sorted by relevance

/arch/csky/include/asm/
Dio.h25 #define writeb(v,c) ({ wmb(); writeb_relaxed((v),(c)); })
29 #define writeb(v,c) ({ wmb(); writeb_relaxed((v),(c)); mb(); })
/arch/nios2/include/asm/
Dio.h24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
/arch/arm/kernel/
Dsmp_scu.c86 writeb_relaxed(val, scu_base + SCU_CPU_STATUS + cpu); in scu_set_power_mode_internal()
/arch/arc/include/asm/
Dio.h206 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
228 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/arch/sh/include/asm/
Dio.h44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
54 #define writeb(v,a) ({ wmb(); writeb_relaxed((v),(a)); })
/arch/arm/include/asm/
Dio.h280 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
288 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
/arch/riscv/include/asm/
Dmmio.h118 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
/arch/hexagon/include/asm/
Dio.h167 #define writeb_relaxed __raw_writeb macro
/arch/x86/include/asm/
Dio.h85 #define writeb_relaxed(v, a) __writeb(v, a) macro
/arch/mips/include/asm/
Dio.h390 #define writeb_relaxed __relaxed_writeb in BUILDIO_MEM() macro
/arch/arm/mach-sa1100/
Dneponset.c321 writeb_relaxed(NCR_GP01_OFF, d->base + NCR_0); in neponset_probe()
/arch/sparc/include/asm/
Dio_64.h157 #define writeb_relaxed writeb macro
/arch/alpha/include/asm/
Dio.h591 #define writeb_relaxed writeb macro
/arch/m68k/include/asm/
Dio_mm.h402 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/arch/powerpc/include/asm/
Dio.h725 #define writeb_relaxed(v, addr) writeb(v, addr) macro