Home
last modified time | relevance | path

Searched refs:writew_relaxed (Results 1 – 24 of 24) sorted by relevance

/arch/arm/plat-omap/
Ddebug-leds.c93 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/
Dio.h12 #define writew_relaxed(b, addr) writew(b, addr) macro
/arch/nios2/include/asm/
Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/arch/arm64/include/asm/
Dio.h126 #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/
Dio.h206 #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/
Dio.h44 #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/
Dio.h168 #define writew_relaxed writew macro
/arch/arm/include/asm/
Dio.h296 #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/
Dio.h184 #define writew_relaxed __raw_writew macro
/arch/cris/include/asm/
Dio.h118 #define writew_relaxed(b, addr) writew(b, addr) macro
/arch/x86/include/asm/
Dio.h80 #define writew_relaxed(v, a) __writew(v, a) macro
/arch/parisc/include/asm/
Dio.h227 #define writew_relaxed(w, addr) writew(w, addr) macro
/arch/mn10300/include/asm/
Dio.h71 #define writew_relaxed writew macro
/arch/avr32/include/asm/
Dio.h169 #define writew_relaxed writew in BUILDIO_MEM() macro
/arch/sparc/include/asm/
Dio_64.h165 #define writew_relaxed writew macro
/arch/ia64/include/asm/
Dio.h398 #define writew_relaxed(v,a) __writew((v), (a)) macro
/arch/frv/include/asm/
Dio.h249 #define writew_relaxed writew macro
/arch/tile/include/asm/
Dio.h246 #define writew_relaxed writew macro
/arch/mips/include/asm/
Dio.h451 #define writew_relaxed writew in BUILDIO_MEM() macro
/arch/alpha/include/asm/
Dio.h510 #define writew_relaxed(b, addr) __raw_writew(b, addr) macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h62 #define writew_relaxed(v, p) __indirect_writew(v, p) macro
/arch/powerpc/include/asm/
Dio.h625 #define writew_relaxed(v, addr) writew(v, addr) macro
/arch/arm/mach-omap2/
Dmux.c84 writew_relaxed(val, partition->base + reg); in omap_mux_write()
Domap_hwmod.c3128 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()