Lines Matching refs:regmap_reg
493 unsigned int regmap_reg, mask_val; in tps6594_handle_post_irq() local
507 regmap_reg = TPS6594_REG_INT_FSM_ERR; in tps6594_handle_post_irq()
510 regmap_reg = TPS6594_REG_INT_COMM_ERR; in tps6594_handle_post_irq()
514 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_handle_post_irq()
580 unsigned int regmap_reg, mask_val; in tps6594_check_crc_mode() local
583 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_check_crc_mode()
586 regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG; in tps6594_check_crc_mode()
595 ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val); in tps6594_check_crc_mode()
610 unsigned int regmap_reg, mask_val; in tps6594_set_crc_feature() local
613 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_set_crc_feature()
616 regmap_reg = TPS6594_REG_FSM_I2C_TRIGGERS; in tps6594_set_crc_feature()
627 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_set_crc_feature()