Searched refs:regmap_clear_bits (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/rtc/ | 
| D | rtc-rx8010.c | 161 	err = regmap_clear_bits(rx8010->regs, RX8010_CTRL, RX8010_CTRL_STOP);  in rx8010_set_time() 165 	err = regmap_clear_bits(rx8010->regs, RX8010_FLAG, RX8010_FLAG_VLF);  in rx8010_set_time() 265 	err = regmap_clear_bits(rx8010->regs, RX8010_FLAG, RX8010_FLAG_AF);  in rx8010_set_alarm() 277 	err = regmap_clear_bits(rx8010->regs, RX8010_EXT, RX8010_EXT_WADA);  in rx8010_set_alarm() 324 	err = regmap_clear_bits(rx8010->regs, RX8010_FLAG, RX8010_FLAG_AF);  in rx8010_alarm_irq_enable()
  | 
| /Linux-v5.10/drivers/regulator/ | 
| D | tps65910-regulator.c | 409 		return regmap_clear_bits(regmap, reg, LDO_ST_ON_BIT);  in tps65910_set_mode() 858 		ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 871 		ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 886 			ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 898 		ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 901 			ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 946 	ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 953 			ret = regmap_clear_bits(mfd->regmap,  in tps65910_set_ext_sleep_config() 1117 		regmap_clear_bits(pmic->mfd->regmap, TPS65910_DCDCCTRL,  in tps65910_probe()
  | 
| /Linux-v5.10/drivers/net/ethernet/mediatek/ | 
| D | mtk_star_emac.c | 414 	regmap_clear_bits(priv->regs, MTK_STAR_REG_MAC_CFG,  in mtk_star_nic_disable_pd() 938 	regmap_clear_bits(priv->regs, MTK_STAR_REG_ARL_CFG,  in mtk_star_enable() 943 	regmap_clear_bits(priv->regs, MTK_STAR_REG_MAC_CFG,  in mtk_star_enable()
  | 
| /Linux-v5.10/include/linux/ | 
| D | regmap.h | 1145 static inline int regmap_clear_bits(struct regmap *map,  in regmap_clear_bits()  function 1550 static inline int regmap_clear_bits(struct regmap *map,  in regmap_clear_bits()  function
  | 
| /Linux-v5.10/drivers/gpu/drm/ingenic/ | 
| D | ingenic-ipu.c | 590 	regmap_clear_bits(ipu->map, JZ_REG_IPU_CTRL, JZ_IPU_CTRL_CHIP_EN);  in ingenic_ipu_plane_atomic_disable()
  | 
| D | ingenic-drm-drv.c | 370 		regmap_clear_bits(priv->map, JZ_REG_LCD_OSDC, en_bit);  in ingenic_drm_plane_disable()
  |