Home
last modified time | relevance | path

Searched refs:reg_update_bits (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d-hw.c29 static inline void reg_update_bits(void __iomem *base, u32 reg, u32 mask, in reg_update_bits() function
37 reg_update_bits(d->regs, DMA2D_CR_REG, CR_START, CR_START); in dma2d_start()
55 reg_update_bits(d->regs, DMA2D_CR_REG, CR_MODE_MASK, in dma2d_config_common()
64 reg_update_bits(d->regs, DMA2D_CR_REG, CR_CEIE, CR_CEIE); in dma2d_config_out()
65 reg_update_bits(d->regs, DMA2D_CR_REG, CR_CTCIE, CR_CTCIE); in dma2d_config_out()
66 reg_update_bits(d->regs, DMA2D_CR_REG, CR_CAEIE, CR_CAEIE); in dma2d_config_out()
67 reg_update_bits(d->regs, DMA2D_CR_REG, CR_TCIE, CR_TCIE); in dma2d_config_out()
68 reg_update_bits(d->regs, DMA2D_CR_REG, CR_TEIE, CR_TEIE); in dma2d_config_out()
72 reg_update_bits(d->regs, DMA2D_OPFCCR_REG, OPFCCR_CM_MASK, in dma2d_config_out()
83 reg_update_bits(d->regs, DMA2D_OOR_REG, OOR_LO_MASK, in dma2d_config_out()
[all …]
/linux/drivers/base/regmap/
H A Dregmap.c835 if (config->reg_update_bits) in __regmap_init()
836 map->reg_update_bits = config->reg_update_bits; in __regmap_init()
847 map->reg_update_bits = config->reg_update_bits; in __regmap_init()
854 map->reg_update_bits = bus->reg_update_bits; in __regmap_init()
860 map->reg_update_bits = bus->reg_update_bits; in __regmap_init()
3262 if (regmap_volatile(map, reg) && map->reg_update_bits) { in _regmap_update_bits()
3264 ret = map->reg_update_bits(map->bus_context, reg, mask, val); in _regmap_update_bits()
/linux/drivers/soc/samsung/
H A Dexynos-pmu.c107 .reg_update_bits = tensor_sec_update_bits,
/linux/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c480 .reg_update_bits = regmap_encx24j600_reg_update_bits,
/linux/include/linux/
H A Dregmap.h318 * @reg_update_bits: Optional callback that if filled will be used to perform
427 int (*reg_update_bits)(void *context, unsigned int reg,
591 * @reg_update_bits: Update bits operation to be used against volatile
619 regmap_hw_reg_update_bits reg_update_bits;
423 int (*reg_update_bits)(void *context, unsigned int reg, global() member
613 regmap_hw_reg_update_bits reg_update_bits; global() member
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-regmap.c514 .reg_update_bits = mcp251xfd_regmap_nocrc_update_bits,
/linux/drivers/clk/qcom/
H A Dnsscc-qca8k.c2152 .reg_update_bits = qca8k_regmap_update_bits,
/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c575 .reg_update_bits = qca8k_regmap_update_bits,