Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1818 int rev_lo, rev_hi, ret; in tda998x_create() local
1850 rev_lo = reg_read(priv, REG_VERSION_LSB); in tda998x_create()
1851 if (rev_lo < 0) { in tda998x_create()
1852 dev_err(dev, "failed to read version: %d\n", rev_lo); in tda998x_create()
1853 return rev_lo; in tda998x_create()
1862 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()