Lines Matching refs:regmap_reg
433 unsigned int regmap_reg, mask_val; in tps6594_handle_post_irq() local
447 regmap_reg = TPS6594_REG_INT_FSM_ERR; in tps6594_handle_post_irq()
450 regmap_reg = TPS6594_REG_INT_COMM_ERR; in tps6594_handle_post_irq()
454 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_handle_post_irq()
508 unsigned int regmap_reg, mask_val; in tps6594_check_crc_mode() local
511 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_check_crc_mode()
514 regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG; in tps6594_check_crc_mode()
523 ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val); in tps6594_check_crc_mode()
538 unsigned int regmap_reg, mask_val; in tps6594_set_crc_feature() local
541 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_set_crc_feature()
544 regmap_reg = TPS6594_REG_FSM_I2C_TRIGGERS; in tps6594_set_crc_feature()
555 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_set_crc_feature()