Lines Matching defs:f_LO1

86 	u32 f_LO1;
685 const u32 f_LO1 = pAS_Info->f_LO1;
690 const u32 f_Scale = (f_LO1 / (UINT_MAX / 2 / pAS_Info->maxH1)) + 1;
702 ** of f_LO1, f_LO2 and the edge value. Use the larger of this
705 lo_gcd = gcd(f_LO1, f_LO2);
713 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2);
717 md = (n * ((f_LO1 + hgds) / gd_Scale) -
724 ma = (n * ((f_LO1 + hgds) / gd_Scale) +
731 mc = (n * ((f_LO1 + hgcs) / gc_Scale) -
734 f_nsLO1 = (s32) (n * (f_LO1 / gc_Scale));
738 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale);
746 me = (n * ((f_LO1 + hgfs) / gf_Scale) +
748 mf = (n * ((f_LO1 + hgfs) / gf_Scale) -
751 f_nsLO1 = n * (f_LO1 / gf_Scale);
755 n * (f_LO1 % gf_Scale) - me * (f_LO2 % gf_Scale);
762 mb = (n * ((f_LO1 + hgcs) / gc_Scale) +
765 f_nsLO1 = n * (f_LO1 / gc_Scale);
769 n * (f_LO1 % gc_Scale) - ma * (f_LO2 % gc_Scale);
812 u32 zfIF1 = pAS_Info->f_LO1 - pAS_Info->f_in; /* current attempt at a 1st IF */
813 u32 zfLO1 = pAS_Info->f_LO1; /* current attempt at an LO1 freq */
831 pAS_Info->f_LO1 += (new_IF1 - zfIF1);
834 pAS_Info->f_LO1 -= (zfIF1 - new_IF1);
858 pAS_Info->f_LO1 = zfLO1;
1537 ofLO1 = state->AS_Data.f_LO1;
1588 state->AS_Data.f_LO1 =
1593 MT2063_Round_fLO(state->AS_Data.f_LO1 - state->AS_Data.f_out - f_in,
1606 state->AS_Data.f_LO1 =
1607 MT2063_CalcLO1Mult(&LO1, &Num1, state->AS_Data.f_LO1,
1610 MT2063_Round_fLO(state->AS_Data.f_LO1 - state->AS_Data.f_out - f_in,
1619 if ((state->AS_Data.f_LO1 < MT2063_MIN_UPC_FREQ)
1620 || (state->AS_Data.f_LO1 > MT2063_MAX_UPC_FREQ))
1633 if ((ofLO1 != state->AS_Data.f_LO1)
1645 (state->AS_Data.f_LO1 -
1703 state->f_IF1_actual = state->AS_Data.f_LO1 - f_in;
1906 state->AS_Data.f_LO1 = 2181000000UL;
1909 state->AS_Data.f_in = state->AS_Data.f_LO1 - state->f_IF1_actual;