Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dstv6110x.c202 u32 halfbw; in stv6110x_set_bandwidth() local
205 halfbw = bandwidth >> 1; in stv6110x_set_bandwidth()
207 if (halfbw > 36000000) in stv6110x_set_bandwidth()
209 else if (halfbw < 5000000) in stv6110x_set_bandwidth()
212 STV6110x_SETFIELD(stv6110x->regs[STV6110x_CTRL3], CTRL3_CF, ((halfbw / 1000000) - 5)); /* LPF */ in stv6110x_set_bandwidth()