Home
last modified time | relevance | path

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

/drivers/media/tuners/
Dmt2063.c694 u32 lo_gcd, gd_Scale, gc_Scale, gf_Scale, hgds, hgfs, hgcs; in IsSpurInBand() local
708 gc_Scale = max((u32) gcd(lo_gcd, c), f_Scale); in IsSpurInBand()
709 hgcs = gc_Scale / 2; in IsSpurInBand()
731 mc = (n * ((f_LO1 + hgcs) / gc_Scale) - in IsSpurInBand()
732 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
734 f_nsLO1 = (s32) (n * (f_LO1 / gc_Scale)); in IsSpurInBand()
735 f_nsLO2 = (s32) (mc * (f_LO2 / gc_Scale)); in IsSpurInBand()
737 (gc_Scale * (f_nsLO1 - f_nsLO2)) + in IsSpurInBand()
738 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale); in IsSpurInBand()
762 mb = (n * ((f_LO1 + hgcs) / gc_Scale) + in IsSpurInBand()
[all …]