Searched refs:rev_hi (Results 1 – 1 of 1) sorted by relevance
1214 int rev_lo, rev_hi, ret; in tda998x_create() local1245 rev_hi = reg_read(priv, REG_VERSION_MSB); in tda998x_create()1246 if (rev_lo < 0 || rev_hi < 0) { in tda998x_create()1247 ret = rev_lo < 0 ? rev_lo : rev_hi; in tda998x_create()1251 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()