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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv6110x.c189 u32 halfbw; local
192 halfbw = bandwidth >> 1;
194 if (halfbw > 36000000)
196 else if (halfbw < 5000000)
199 STV6110x_SETFIELD(stv6110x->regs[STV6110x_CTRL3], CTRL3_CF, ((halfbw / 1000000) - 5)); /* LPF */

Completed in 48 milliseconds