/arch/arm/plat-omap/ |
D | debug-leds.c | 93 writew_relaxed(reg, &fpga->leds); in dbg_led_set() 115 writew_relaxed(0xff, &fpga->leds); in fpga_probe() 142 writew_relaxed(0xff, &fpga->leds); in fpga_suspend_noirq() 149 writew_relaxed(~fpga_led_state, &fpga->leds); in fpga_resume_noirq()
|
/arch/m68k/include/asm/ |
D | io.h | 12 #define writew_relaxed(b, addr) writew(b, addr) macro
|
/arch/nios2/include/asm/ |
D | io.h | 25 #define writew_relaxed(x, addr) writew(x, addr) macro
|
/arch/arm64/include/asm/ |
D | io.h | 126 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) macro 141 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); })
|
/arch/arc/include/asm/ |
D | io.h | 206 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 228 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
|
/arch/sh/include/asm/ |
D | io.h | 44 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro 54 #define writew(v,a) ({ wmb(); writew_relaxed((v),(a)); })
|
/arch/m32r/include/asm/ |
D | io.h | 168 #define writew_relaxed writew macro
|
/arch/arm/include/asm/ |
D | io.h | 296 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro 304 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
|
/arch/hexagon/include/asm/ |
D | io.h | 184 #define writew_relaxed __raw_writew macro
|
/arch/cris/include/asm/ |
D | io.h | 118 #define writew_relaxed(b, addr) writew(b, addr) macro
|
/arch/x86/include/asm/ |
D | io.h | 80 #define writew_relaxed(v, a) __writew(v, a) macro
|
/arch/parisc/include/asm/ |
D | io.h | 227 #define writew_relaxed(w, addr) writew(w, addr) macro
|
/arch/mn10300/include/asm/ |
D | io.h | 71 #define writew_relaxed writew macro
|
/arch/avr32/include/asm/ |
D | io.h | 169 #define writew_relaxed writew in BUILDIO_MEM() macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 165 #define writew_relaxed writew macro
|
/arch/ia64/include/asm/ |
D | io.h | 398 #define writew_relaxed(v,a) __writew((v), (a)) macro
|
/arch/frv/include/asm/ |
D | io.h | 249 #define writew_relaxed writew macro
|
/arch/tile/include/asm/ |
D | io.h | 246 #define writew_relaxed writew macro
|
/arch/mips/include/asm/ |
D | io.h | 451 #define writew_relaxed writew in BUILDIO_MEM() macro
|
/arch/alpha/include/asm/ |
D | io.h | 510 #define writew_relaxed(b, addr) __raw_writew(b, addr) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 62 #define writew_relaxed(v, p) __indirect_writew(v, p) macro
|
/arch/powerpc/include/asm/ |
D | io.h | 625 #define writew_relaxed(v, addr) writew(v, addr) macro
|
/arch/arm/mach-omap2/ |
D | mux.c | 84 writew_relaxed(val, partition->base + reg); in omap_mux_write()
|
D | omap_hwmod.c | 3128 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
|