Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i2c/
Dtda998x_drv.c1234 int rev_lo, rev_hi, ret; in tda998x_create() local
1260 rev_lo = reg_read(priv, REG_VERSION_LSB); in tda998x_create()
1262 if (rev_lo < 0 || rev_hi < 0) { in tda998x_create()
1263 ret = rev_lo < 0 ? rev_lo : rev_hi; in tda998x_create()
1267 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()