Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/include/asm/
H A Dio.h24 #define writeb_relaxed(x, addr) writeb(x, addr) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dmmio.h118 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) macro
/openbmc/linux/arch/x86/include/asm/
H A Dio.h85 #define writeb_relaxed(v, a) __writeb(v, a) macro
/openbmc/linux/arch/arc/include/asm/
H A Dio.h228 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dio.h167 #define writeb_relaxed __raw_writeb macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h221 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/openbmc/linux/arch/mips/include/asm/
H A Dio.h390 #define writeb_relaxed __relaxed_writeb in BUILDIO_MEM() macro
/openbmc/linux/arch/sh/include/asm/
H A Dio.h44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
/openbmc/linux/include/asm-generic/
H A Dio.h355 #define writeb_relaxed writeb_relaxed macro
356 static inline void writeb_relaxed(u8 value, volatile void __iomem *addr) in writeb_relaxed() function
/openbmc/linux/arch/arm/include/asm/
H A Dio.h280 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h365 #define writeb_relaxed writeb in BUILDIO_MEM() macro
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h157 #define writeb_relaxed writeb macro
/openbmc/linux/arch/alpha/include/asm/
H A Dio.h591 #define writeb_relaxed writeb macro
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h402 #define writeb_relaxed(b, addr) writeb(b, addr) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h725 #define writeb_relaxed(v, addr) writeb(v, addr) macro