Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1814 int rev_lo, rev_hi, ret; in tda998x_create() local
1846 rev_lo = reg_read(priv, REG_VERSION_LSB); in tda998x_create()
1847 if (rev_lo < 0) { in tda998x_create()
1848 dev_err(dev, "failed to read version: %d\n", rev_lo); in tda998x_create()
1849 return rev_lo; in tda998x_create()
1858 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1817 int rev_lo, rev_hi, ret; in tda998x_create() local
1849 rev_lo = reg_read(priv, REG_VERSION_LSB); in tda998x_create()
1850 if (rev_lo < 0) { in tda998x_create()
1851 dev_err(dev, "failed to read version: %d\n", rev_lo); in tda998x_create()
1852 return rev_lo; in tda998x_create()
1861 priv->rev = rev_lo | rev_hi << 8; in tda998x_create()

Completed in 7 milliseconds