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

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dstv6110.c195 priv->regs[RSTV6110_CTRL3] &= ~((1 << 6) | 0x1f); stv6110_set_bandwidth()
196 priv->regs[RSTV6110_CTRL3] |= (r8 & 0x1f); stv6110_set_bandwidth()
197 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); stv6110_set_bandwidth()
211 priv->regs[RSTV6110_CTRL3] |= (1 << 6); stv6110_set_bandwidth()
212 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); stv6110_set_bandwidth()
379 r8 = priv->regs[RSTV6110_CTRL3] & 0x1f; stv6110_get_bandwidth()
H A Dstv6110.h37 #define RSTV6110_CTRL3 4 macro

Completed in 145 milliseconds