Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstb0899_algo.c842 u32 correction, freq_adj, band_lim, decim_cntrl, reg; in stb0899_dvbs2_set_srate() local
859 band_lim = 1; in stb0899_dvbs2_set_srate()
861 band_lim = 0; /* band limit signal going into btr block*/ in stb0899_dvbs2_set_srate()
863 decim_cntrl = ((win_sel << 3) & 0x18) + ((band_lim << 5) & 0x20) + (dec_rate & 0x7); in stb0899_dvbs2_set_srate()