Searched refs:writew_relaxed (Results 1 - 25 of 43) sorted by path

12

/linux-master/drivers/irqchip/
H A Dirq-vf610-mscm-ir.c63 writew_relaxed(data->saved_irsprc[i], data->mscm_ir_base + MSCM_IRSPRC(i));
97 writew_relaxed(chip_data->cpu_mask,
108 writew_relaxed(0x0, chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq));
/linux-master/arch/alpha/include/asm/
H A Dio.h591 #define writew_relaxed writew macro
/linux-master/arch/arc/include/asm/
H A Dio.h207 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
229 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
/linux-master/arch/arm/include/asm/
H A Dio.h281 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
289 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
/linux-master/arch/arm/mach-imx/
H A Dmxc.h85 #define imx_writew writew_relaxed
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c2900 writew_relaxed(v, oh->_mpu_rt_va + reg_offs);
/linux-master/arch/csky/include/asm/
H A Dio.h26 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); })
30 #define writew(v,c) ({ wmb(); writew_relaxed((v),(c)); mb(); })
/linux-master/arch/hexagon/include/asm/
H A Dio.h162 #define writew_relaxed __raw_writew macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h397 #define writew_relaxed(b, addr) writew(b, addr) macro
/linux-master/arch/mips/include/asm/
H A Dio.h368 #define writew_relaxed __relaxed_writew macro
/linux-master/arch/nios2/include/asm/
H A Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/linux-master/arch/powerpc/include/asm/
H A Dio.h720 #define writew_relaxed(v, addr) writew(v, addr) macro
/linux-master/arch/riscv/include/asm/
H A Dmmio.h120 #define writew_relaxed(v, c) ({ __io_rbw(); writew_cpu((v), (c)); __io_raw(); }) macro
/linux-master/arch/sh/include/asm/
H A Dio.h45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) macro
55 #define writew(v,a) ({ wmb(); writew_relaxed((v),(a)); })
/linux-master/arch/sparc/include/asm/
H A Dio_64.h167 #define writew_relaxed writew macro
/linux-master/arch/x86/include/asm/
H A Dio.h86 #define writew_relaxed(v, a) __writew(v, a) macro
/linux-master/drivers/acpi/
H A Dcppc_acpi.c313 writew_relaxed(cmd, &generic_comm_base->command);
316 writew_relaxed(0, &generic_comm_base->status);
1115 writew_relaxed(val, vaddr);
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c96 writew_relaxed(val, ctx->regs + reg);
/linux-master/drivers/bus/
H A Dti-sysc.c167 writew_relaxed(value & 0xffff, ddata->module_va + offset);
174 writew_relaxed(hi, ddata->module_va + offset + 4);
/linux-master/drivers/dma/ti/
H A Ddma-crossbar.c221 writew_relaxed(val, iomem + (xbar * 2));
H A Domap-dma.c314 writew_relaxed(val, addr);
317 writew_relaxed(val, addr);
318 writew_relaxed(val >> 16, addr + 2);
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c262 writew_relaxed(csdp, gdd + SSI_GDD_CSDP_REG(lch));
263 writew_relaxed(SSI_BLOCK_IE | SSI_TOUT_IE, gdd + SSI_GDD_CICR_REG(lch));
266 writew_relaxed(SSI_BYTES_TO_FRAMES(msg->sgt.sgl->length),
537 writew_relaxed(0, omap_ssi->gdd + SSI_GDD_CCR_REG(i));
735 writew_relaxed(0, omap_ssi->gdd + SSI_GDD_CCR_REG(i));
822 writew_relaxed(0, omap_ssi->gdd + SSI_GDD_CCR_REG(i));
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-stm.c315 writew_relaxed(*(u16 *)data, addr);
/linux-master/drivers/hwtracing/intel_th/
H A Dsth.c52 writew_relaxed(*(u16 *)payload, dest);
/linux-master/drivers/i2c/busses/
H A Di2c-davinci.c147 writew_relaxed(val, i2c_dev->base + reg);

Completed in 480 milliseconds

12