Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dio.h24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dio.h66 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmmio.h118 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h86 #define writeb_relaxed(v, a) __writeb(v, a) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dio.h229 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dio.h141 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h170 #define writeb_relaxed __raw_writeb macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h217 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h388 #define writeb_relaxed __relaxed_writeb in BUILDIO_MEM() macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h280 #define writeb_relaxed writeb_relaxed macro
281 static inline void writeb_relaxed(u8 value, volatile void __iomem *addr) in writeb_relaxed() function
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dio.h246 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h364 #define writeb_relaxed writeb in BUILDIO_MEM() macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h297 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dio.h537 #define writeb_relaxed writeb macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h156 #define writeb_relaxed writeb macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h58 #define writeb_relaxed(v, p) __indirect_writeb(v, p) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h409 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h659 #define writeb_relaxed(v, addr) writeb(v, addr) macro