Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv6110x.c190 u32 halfbw; in stv6110x_set_bandwidth() local
193 halfbw = bandwidth >> 1; in stv6110x_set_bandwidth()
195 if (halfbw > 36000000) in stv6110x_set_bandwidth()
197 else if (halfbw < 5000000) in stv6110x_set_bandwidth()
200 STV6110x_SETFIELD(stv6110x->regs[STV6110x_CTRL3], CTRL3_CF, ((halfbw / 1000000) - 5)); /* LPF */ in stv6110x_set_bandwidth()