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

/drivers/media/common/tuners/
H A Dmt2063.c94 u32 f_LO1; member in struct:MT2063_AvoidSpursData_t
715 const u32 f_LO1 = pAS_Info->f_LO1; local
720 const u32 f_Scale = (f_LO1 / (UINT_MAX / 2 / pAS_Info->maxH1)) + 1;
732 ** of f_LO1, f_LO2 and the edge value. Use the larger of this
735 lo_gcd = MT2063_gcd(f_LO1, f_LO2);
743 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2);
747 md = (n * ((f_LO1 + hgds) / gd_Scale) -
754 ma = (n * ((f_LO1 + hgds) / gd_Scale) +
761 mc = (n * ((f_LO1
[all...]

Completed in 67 milliseconds