Searched refs:reg_update_bits (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/stm/ |
| D | ltdc.c | 262 static inline void reg_update_bits(void __iomem *base, u32 reg, u32 mask, in reg_update_bits() function 596 reg_update_bits(ldev->regs, LTDC_GCR, in ltdc_crtc_mode_set_nofb() 601 reg_update_bits(ldev->regs, LTDC_SSCR, SSCR_VSH | SSCR_HSW, val); in ltdc_crtc_mode_set_nofb() 605 reg_update_bits(ldev->regs, LTDC_BPCR, BPCR_AVBP | BPCR_AHBP, val); in ltdc_crtc_mode_set_nofb() 609 reg_update_bits(ldev->regs, LTDC_AWCR, AWCR_AAW | AWCR_AAH, val); in ltdc_crtc_mode_set_nofb() 613 reg_update_bits(ldev->regs, LTDC_TWCR, TWCR_TOTALH | TWCR_TOTALW, val); in ltdc_crtc_mode_set_nofb() 796 reg_update_bits(ldev->regs, LTDC_L1WHPCR + lofs, in ltdc_plane_atomic_update() 801 reg_update_bits(ldev->regs, LTDC_L1WVPCR + lofs, in ltdc_plane_atomic_update() 815 reg_update_bits(ldev->regs, LTDC_L1PFCR + lofs, LXPFCR_PF, val); in ltdc_plane_atomic_update() 822 reg_update_bits(ldev->regs, LTDC_L1CFBLR + lofs, in ltdc_plane_atomic_update() [all …]
|
| /Linux-v5.4/drivers/base/regmap/ |
| D | internal.h | 105 int (*reg_update_bits)(void *context, unsigned int reg, member
|
| D | regmap.c | 835 map->reg_update_bits = bus->reg_update_bits; in __regmap_init() 2868 if (regmap_volatile(map, reg) && map->reg_update_bits) { in _regmap_update_bits() 2869 ret = map->reg_update_bits(map->bus_context, reg, mask, val); in _regmap_update_bits()
|
| /Linux-v5.4/drivers/net/ethernet/microchip/ |
| D | encx24j600-regmap.c | 485 .reg_update_bits = regmap_encx24j600_reg_update_bits,
|
| /Linux-v5.4/include/linux/ |
| D | regmap.h | 510 regmap_hw_reg_update_bits reg_update_bits; member
|