Searched refs:RSTV6110_CTRL3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv6110.c | 180 priv->regs[RSTV6110_CTRL3] &= ~((1 << 6) | 0x1f); in stv6110_set_bandwidth() 181 priv->regs[RSTV6110_CTRL3] |= (r8 & 0x1f); in stv6110_set_bandwidth() 182 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); in stv6110_set_bandwidth() 196 priv->regs[RSTV6110_CTRL3] |= (1 << 6); in stv6110_set_bandwidth() 197 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); in stv6110_set_bandwidth() 355 r8 = priv->regs[RSTV6110_CTRL3] & 0x1f; in stv6110_get_bandwidth()
|
H A D | stv6110.h | 22 #define RSTV6110_CTRL3 4 macro
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv6110.c | 180 priv->regs[RSTV6110_CTRL3] &= ~((1 << 6) | 0x1f); in stv6110_set_bandwidth() 181 priv->regs[RSTV6110_CTRL3] |= (r8 & 0x1f); in stv6110_set_bandwidth() 182 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); in stv6110_set_bandwidth() 196 priv->regs[RSTV6110_CTRL3] |= (1 << 6); in stv6110_set_bandwidth() 197 stv6110_write_regs(fe, &priv->regs[RSTV6110_CTRL3], RSTV6110_CTRL3, 1); in stv6110_set_bandwidth() 355 r8 = priv->regs[RSTV6110_CTRL3] & 0x1f; in stv6110_get_bandwidth()
|
H A D | stv6110.h | 22 #define RSTV6110_CTRL3 4 macro
|
Completed in 2 milliseconds