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

/drivers/media/dvb/frontends/
H A Dstv6110.h36 #define RSTV6110_CTRL3 4 macro
H A Dstv6110.c185 priv->regs[RSTV6110_CTRL3] &= ~((1 << 6) | 0x1f);
186 priv->regs[RSTV6110_CTRL3] |= (r8 & 0x1f);
187 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1);
201 priv->regs[RSTV6110_CTRL3] |= (1 << 6);
202 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1);
369 r8 = priv->regs[RSTV6110_CTRL3] & 0x1f;

Completed in 103 milliseconds