Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dio.h67 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmmio.h119 #define writew_relaxed(v, c) ({ __io_rbw(); writew_cpu((v), (c)); __io_raw(); }) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h87 #define writew_relaxed(v, a) __writew(v, a) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dio.h230 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dio.h142 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h171 #define writew_relaxed __raw_writew macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h218 #define writew_relaxed(w, addr) writew(w, addr) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h389 #define writew_relaxed __relaxed_writew in BUILDIO_MEM() macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h288 #define writew_relaxed writew_relaxed macro
289 static inline void writew_relaxed(u16 value, volatile void __iomem *addr) in writew_relaxed() function
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dio.h247 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h365 #define writew_relaxed writew in BUILDIO_MEM() macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h298 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dio.h538 #define writew_relaxed writew macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h166 #define writew_relaxed writew macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h59 #define writew_relaxed(v, p) __indirect_writew(v, p) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h410 #define writew_relaxed(b, addr) writew(b, addr) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h660 #define writew_relaxed(v, addr) writew(v, addr) macro