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

12

/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/nios2/include/asm/
H A Dio.h25 #define writew_relaxed(x, addr) writew(x, addr) macro
/linux-master/arch/arm/mach-imx/
H A Dmxc.h85 #define imx_writew writew_relaxed
/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));
H A Dirq-mst-intc.c51 writew_relaxed(val, cd->base + offset);
67 writew_relaxed(val, cd->base + offset);
143 writew_relaxed(cd->saved_polarity_conf[i], addr + i * 4);
H A Dirq-renesas-rza1.c62 writew_relaxed(GENMASK(IRQC_NUM_IRQ - 1, 0) & ~bit,
98 writew_relaxed(tmp, priv->base + ICR1);
/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/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/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/drivers/hwtracing/intel_th/
H A Dsth.c52 writew_relaxed(*(u16 *)payload, dest);
/linux-master/sound/soc/ti/
H A Domap-mcbsp-priv.h288 writew_relaxed((u16)val, addr);
/linux-master/include/asm-generic/
H A Dio.h364 #ifndef writew_relaxed
365 #define writew_relaxed writew_relaxed macro
366 static inline void writew_relaxed(u16 value, volatile void __iomem *addr) function
/linux-master/arch/hexagon/include/asm/
H A Dio.h162 #define writew_relaxed __raw_writew macro
/linux-master/arch/x86/include/asm/
H A Dio.h86 #define writew_relaxed(v, a) __writew(v, a) 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/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/spi/
H A Dspi-dw.h230 writew_relaxed(val, dws->regs + offset);
H A Dspi-stm32.c601 writew_relaxed(*tx_buf16, spi->base + STM32FX_SPI_DR);
630 writew_relaxed(*tx_buf16, spi->base + STM32FX_SPI_DR);
665 writew_relaxed(*tx_buf16, spi->base + STM32H7_SPI_TXDR);
/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/mmc/host/
H A Ddw_mmc.h484 writew_relaxed((value), (dev)->regs + SDMMC_##reg)
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c96 writew_relaxed(val, ctx->regs + reg);
/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/arch/sparc/include/asm/
H A Dio_64.h167 #define writew_relaxed writew macro
/linux-master/arch/mips/include/asm/
H A Dio.h368 #define writew_relaxed __relaxed_writew macro

Completed in 456 milliseconds

12