Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/stm/
A Dltdc.c607 reg_update_bits(ldev->regs, LTDC_GCR, in ltdc_crtc_mode_set_nofb()
612 reg_update_bits(ldev->regs, LTDC_SSCR, SSCR_VSH | SSCR_HSW, val); in ltdc_crtc_mode_set_nofb()
616 reg_update_bits(ldev->regs, LTDC_BPCR, BPCR_AVBP | BPCR_AHBP, val); in ltdc_crtc_mode_set_nofb()
620 reg_update_bits(ldev->regs, LTDC_AWCR, AWCR_AAW | AWCR_AAH, val); in ltdc_crtc_mode_set_nofb()
818 reg_update_bits(ldev->regs, LTDC_L1WHPCR + lofs, in ltdc_plane_atomic_update()
823 reg_update_bits(ldev->regs, LTDC_L1WVPCR + lofs, in ltdc_plane_atomic_update()
837 reg_update_bits(ldev->regs, LTDC_L1PFCR + lofs, LXPFCR_PF, val); in ltdc_plane_atomic_update()
844 reg_update_bits(ldev->regs, LTDC_L1CFBLR + lofs, in ltdc_plane_atomic_update()
849 reg_update_bits(ldev->regs, LTDC_L1CACR + lofs, LXCACR_CONSTA, val); in ltdc_plane_atomic_update()
861 reg_update_bits(ldev->regs, LTDC_L1BFCR + lofs, in ltdc_plane_atomic_update()
[all …]
/linux/drivers/base/regmap/
A Dinternal.h109 int (*reg_update_bits)(void *context, unsigned int reg, member
A Dregmap.c885 map->reg_update_bits = bus->reg_update_bits; in __regmap_init()
891 map->reg_update_bits = bus->reg_update_bits; in __regmap_init()
3067 if (regmap_volatile(map, reg) && map->reg_update_bits) { in _regmap_update_bits()
3068 ret = map->reg_update_bits(map->bus_context, reg, mask, val); in _regmap_update_bits()
/linux/drivers/net/ethernet/microchip/
A Dencx24j600-regmap.c480 .reg_update_bits = regmap_encx24j600_reg_update_bits,
/linux/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-regmap.c427 .reg_update_bits = mcp251xfd_regmap_nocrc_update_bits,
/linux/include/linux/
A Dregmap.h516 regmap_hw_reg_update_bits reg_update_bits; member

Completed in 24 milliseconds