Searched refs:vcom_reg (Results 1 – 1 of 1) sorted by relevance
186 u8 vcom_reg; in tps65185_read_vcom_value() local192 ret = tps65185_i2c_read(priv_data, REG_VCOM1_ADJUST, &vcom_reg); in tps65185_read_vcom_value()197 *vcom_read = vcom_reg; in tps65185_read_vcom_value()198 ret = tps65185_i2c_read(priv_data, REG_VCOM2_ADJUST, &vcom_reg); in tps65185_read_vcom_value()203 *vcom_read += (vcom_reg & 0x1) << 8; in tps65185_read_vcom_value()