Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv6110.c184 priv->regs[RSTV6110_STAT1] |= 0x02; in stv6110_set_bandwidth()
185 stv6110_write_regs(fe, &priv->regs[RSTV6110_STAT1], RSTV6110_STAT1, 1); in stv6110_set_bandwidth()
190 ret = ((stv6110_read_reg(fe, RSTV6110_STAT1)) & 0x02); in stv6110_set_bandwidth()
314 priv->regs[RSTV6110_STAT1] |= 0x04; in stv6110_set_frequency()
321 ret = ((stv6110_read_reg(fe, RSTV6110_STAT1)) & 0x04); in stv6110_set_frequency()
326 ret = stv6110_read_reg(fe, RSTV6110_STAT1); in stv6110_set_frequency()
H A Dstv6110.h23 #define RSTV6110_STAT1 5 macro