Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmt2063.c98 u32 f_LO2; member
716 const u32 f_LO2 = pAS_Info->f_LO2; in IsSpurInBand() local
735 lo_gcd = MT2063_gcd(f_LO1, f_LO2); in IsSpurInBand()
743 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2); in IsSpurInBand()
748 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()
755 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()
762 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
765 f_nsLO2 = (s32) (mc * (f_LO2 / gc_Scale)); in IsSpurInBand()
768 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale); in IsSpurInBand()
777 ((f + hgfs) / gf_Scale)) / ((f_LO2 + hgfs) / gf_Scale); in IsSpurInBand()
[all …]