/arch/arm/plat-omap/ |
D | debug-leds.c | 90 writew_relaxed(reg, &fpga->leds); in dbg_led_set() 112 writew_relaxed(0xff, &fpga->leds); in fpga_probe() 139 writew_relaxed(0xff, &fpga->leds); in fpga_suspend_noirq() 146 writew_relaxed(~fpga_led_state, &fpga->leds); in fpga_resume_noirq()
|
/arch/csky/include/asm/ |
D | io.h | 28 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); }) 32 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); mb(); })
|
/arch/nds32/include/asm/ |
D | io.h | 68 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) macro 80 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); })
|
/arch/arm/mach-imx/ |
D | mxc.h | 105 #define imx_writew writew_relaxed
|
/arch/nios2/include/asm/ |
D | io.h | 25 #define writew_relaxed(x, addr) writew(x, addr) macro
|
/arch/arm64/include/asm/ |
D | io.h | 125 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) macro 140 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); })
|
/arch/arc/include/asm/ |
D | io.h | 212 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 234 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
|
/arch/sh/include/asm/ |
D | io.h | 46 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro 56 #define writew(v,a) ({ wmb(); writew_relaxed((v),(a)); })
|
/arch/arm/include/asm/ |
D | io.h | 298 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro 306 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
|
/arch/hexagon/include/asm/ |
D | io.h | 171 #define writew_relaxed __raw_writew macro
|
/arch/parisc/include/asm/ |
D | io.h | 228 #define writew_relaxed(w, addr) writew(w, addr) macro
|
/arch/x86/include/asm/ |
D | io.h | 87 #define writew_relaxed(v, a) __writew(v, a) macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 166 #define writew_relaxed writew macro
|
/arch/mips/include/asm/ |
D | io.h | 488 #define writew_relaxed __relaxed_writew in BUILDIO_MEM() macro
|
/arch/riscv/include/asm/ |
D | io.h | 133 #define writew_relaxed(v,c) ({ __io_rbw(); writew_cpu((v),(c)); __io_raw(); }) macro
|
/arch/alpha/include/asm/ |
D | io.h | 551 #define writew_relaxed writew macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 410 #define writew_relaxed(b, addr) writew(b, addr) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 59 #define writew_relaxed(v, p) __indirect_writew(v, p) macro
|
/arch/powerpc/include/asm/ |
D | io.h | 661 #define writew_relaxed(v, addr) writew(v, addr) macro
|
/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2983 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
|