Searched refs:rev_hi (Results 1 – 2 of 2) sorted by relevance
536 u8 cec_addr, chip_addr, rev_lo, rev_hi; in tda19988_probe() local595 rev_hi = dm_i2c_reg_read(priv->chip, REG_VERSION_MSB); in tda19988_probe()598 priv->revision = ((rev_hi << 8) | rev_lo) & ~0x30; in tda19988_probe()
1817 int rev_lo, rev_hi, ret; in tda998x_create() local1855 rev_hi = reg_read(priv, REG_VERSION_MSB); in tda998x_create()1856 if (rev_hi < 0) { in tda998x_create()1857 dev_err(dev, "failed to read version: %d\n", rev_hi); in tda998x_create()1858 return rev_hi; in tda998x_create()1861 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()