Searched refs:writeb_relaxed (Results 1 – 15 of 15) sorted by relevance
/arch/csky/include/asm/ |
D | io.h | 25 #define writeb(v,c) ({ wmb(); writeb_relaxed((v),(c)); }) 29 #define writeb(v,c) ({ wmb(); writeb_relaxed((v),(c)); mb(); })
|
/arch/nios2/include/asm/ |
D | io.h | 24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
|
/arch/arm/kernel/ |
D | smp_scu.c | 86 writeb_relaxed(val, scu_base + SCU_CPU_STATUS + cpu); in scu_set_power_mode_internal()
|
/arch/arc/include/asm/ |
D | io.h | 206 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) 228 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
|
/arch/sh/include/asm/ |
D | io.h | 44 #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/ |
D | io.h | 280 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro 288 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
|
/arch/riscv/include/asm/ |
D | mmio.h | 118 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
|
/arch/hexagon/include/asm/ |
D | io.h | 167 #define writeb_relaxed __raw_writeb macro
|
/arch/x86/include/asm/ |
D | io.h | 85 #define writeb_relaxed(v, a) __writeb(v, a) macro
|
/arch/mips/include/asm/ |
D | io.h | 390 #define writeb_relaxed __relaxed_writeb in BUILDIO_MEM() macro
|
/arch/arm/mach-sa1100/ |
D | neponset.c | 321 writeb_relaxed(NCR_GP01_OFF, d->base + NCR_0); in neponset_probe()
|
/arch/sparc/include/asm/ |
D | io_64.h | 157 #define writeb_relaxed writeb macro
|
/arch/alpha/include/asm/ |
D | io.h | 591 #define writeb_relaxed writeb macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 402 #define writeb_relaxed(b, addr) writeb(b, addr) macro
|
/arch/powerpc/include/asm/ |
D | io.h | 725 #define writeb_relaxed(v, addr) writeb(v, addr) macro
|