Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv0900_sw.c298 s32 rem1, rem2, intval1, intval2, srate; in stv0900_get_symbol_rate() local
311 intval2 = (srate) >> 16; in stv0900_get_symbol_rate()
315 srate = (intval1 * intval2) + in stv0900_get_symbol_rate()
317 ((intval2 * rem1) >> 16); in stv0900_get_symbol_rate()
1132 intval2; in stv0900_get_carr_freq() local
1140 intval2 = derot >> 12; in stv0900_get_carr_freq()
1143 derot = (intval1 * intval2) + in stv0900_get_carr_freq()
1145 ((intval2 * rem1) >> 12); in stv0900_get_carr_freq()
H A Dstb0899_algo.c1273 u32 bTrNomFreq, srate, decimRate, intval1, intval2, reg; in stb0899_dvbs2_get_srate() local
1286 intval2 = bTrNomFreq / (1 << div2); in stb0899_dvbs2_get_srate()
1291 srate = (intval1 * intval2) + ((intval1 * rem2) / (1 << div2)) + ((intval2 * rem1) / (1 << div1)); in stb0899_dvbs2_get_srate()