Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Dtps65185.c186 u8 vcom_reg; in tps65185_read_vcom_value() local
192 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()