Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/tuners/
Dmt2063.c95 u32 f_LO1; member
694 const u32 f_LO1 = pAS_Info->f_LO1; in IsSpurInBand() local
699 const u32 f_Scale = (f_LO1 / (UINT_MAX / 2 / pAS_Info->maxH1)) + 1; in IsSpurInBand()
714 lo_gcd = gcd(f_LO1, f_LO2); in IsSpurInBand()
722 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2); in IsSpurInBand()
726 md = (n * ((f_LO1 + hgds) / gd_Scale) - in IsSpurInBand()
733 ma = (n * ((f_LO1 + hgds) / gd_Scale) + in IsSpurInBand()
740 mc = (n * ((f_LO1 + hgcs) / gc_Scale) - in IsSpurInBand()
743 f_nsLO1 = (s32) (n * (f_LO1 / gc_Scale)); in IsSpurInBand()
747 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale); in IsSpurInBand()
[all …]