Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv6110.c218 priv->regs[RSTV6110_CTRL1] &= ~(0x1f << 3); in stv6110_init()
219 priv->regs[RSTV6110_CTRL1] |= in stv6110_init()
226 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL1], RSTV6110_CTRL1, 8); in stv6110_init()
269 priv->regs[RSTV6110_CTRL1] &= ~(0x1f << 3); in stv6110_set_frequency()
270 priv->regs[RSTV6110_CTRL1] |= in stv6110_set_frequency()
325 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL1], in stv6110_set_frequency()
326 RSTV6110_CTRL1, 8); in stv6110_set_frequency()
Dstv6110.h28 #define RSTV6110_CTRL1 0 macro