srate_correction  309 drivers/media/dvb-frontends/sp887x.c 	static const u32 srate_correction [] = { 1879617, 4544878, 8098561 };
srate_correction  341 drivers/media/dvb-frontends/sp887x.c 	sp887x_writereg(state, 0x319, srate_correction[bw_index] >> 12);
srate_correction  342 drivers/media/dvb-frontends/sp887x.c 	sp887x_writereg(state, 0x31a, srate_correction[bw_index] & 0xfff);