Home
last modified time | relevance | path

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

/arch/arm/plat-omap/
Ddebug-leds.c90 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/
Dio.h28 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); })
32 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); mb(); })
/arch/nds32/include/asm/
Dio.h68 #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/
Dmxc.h105 #define imx_writew writew_relaxed
/arch/nios2/include/asm/
Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/arch/arm64/include/asm/
Dio.h125 #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/
Dio.h212 #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/
Dio.h46 #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/
Dio.h298 #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/
Dio.h171 #define writew_relaxed __raw_writew macro
/arch/parisc/include/asm/
Dio.h228 #define writew_relaxed(w, addr) writew(w, addr) macro
/arch/x86/include/asm/
Dio.h87 #define writew_relaxed(v, a) __writew(v, a) macro
/arch/sparc/include/asm/
Dio_64.h166 #define writew_relaxed writew macro
/arch/mips/include/asm/
Dio.h488 #define writew_relaxed __relaxed_writew in BUILDIO_MEM() macro
/arch/riscv/include/asm/
Dio.h133 #define writew_relaxed(v,c) ({ __io_rbw(); writew_cpu((v),(c)); __io_raw(); }) macro
/arch/alpha/include/asm/
Dio.h551 #define writew_relaxed writew macro
/arch/m68k/include/asm/
Dio_mm.h410 #define writew_relaxed(b, addr) writew(b, addr) macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h59 #define writew_relaxed(v, p) __indirect_writew(v, p) macro
/arch/powerpc/include/asm/
Dio.h661 #define writew_relaxed(v, addr) writew(v, addr) macro
/arch/arm/mach-omap2/
Domap_hwmod.c2983 writew_relaxed(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()