• Home
  • Raw
  • Download

Lines Matching refs:f_LO2

99 	u32 f_LO2;  member
695 const u32 f_LO2 = pAS_Info->f_LO2; in IsSpurInBand() local
714 lo_gcd = gcd(f_LO1, f_LO2); in IsSpurInBand()
722 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2); in IsSpurInBand()
727 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()
734 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()
741 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
744 f_nsLO2 = (s32) (mc * (f_LO2 / gc_Scale)); in IsSpurInBand()
747 n * (f_LO1 % gc_Scale) - mc * (f_LO2 % gc_Scale); in IsSpurInBand()
756 ((f + hgfs) / gf_Scale)) / ((f_LO2 + hgfs) / gf_Scale); in IsSpurInBand()
758 ((f + hgfs) / gf_Scale)) / ((f_LO2 + hgfs) / gf_Scale); in IsSpurInBand()
761 f_nsLO2 = me * (f_LO2 / gf_Scale); in IsSpurInBand()
764 n * (f_LO1 % gf_Scale) - me * (f_LO2 % gf_Scale); in IsSpurInBand()
772 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
775 f_nsLO2 = ma * (f_LO2 / gc_Scale); in IsSpurInBand()
778 n * (f_LO1 % gc_Scale) - ma * (f_LO2 % gc_Scale); in IsSpurInBand()
823 u32 zfLO2 = pAS_Info->f_LO2; /* current attempt at an LO2 freq */ in MT2063_AvoidSpurs()
841 pAS_Info->f_LO2 += (new_IF1 - zfIF1); in MT2063_AvoidSpurs()
844 pAS_Info->f_LO2 -= (zfIF1 - new_IF1); in MT2063_AvoidSpurs()
868 pAS_Info->f_LO2 = zfLO2; in MT2063_AvoidSpurs()
1549 ofLO2 = state->AS_Data.f_LO2; in MT2063_Tune()
1603 state->AS_Data.f_LO2 = in MT2063_Tune()
1620 state->AS_Data.f_LO2 = in MT2063_Tune()
1623 state->AS_Data.f_LO2 = in MT2063_Tune()
1624 MT2063_CalcLO2Mult(&LO2, &Num2, state->AS_Data.f_LO2, in MT2063_Tune()
1633 if ((state->AS_Data.f_LO2 < MT2063_MIN_DNC_FREQ) in MT2063_Tune()
1634 || (state->AS_Data.f_LO2 > MT2063_MAX_DNC_FREQ)) in MT2063_Tune()
1645 || (ofLO2 != state->AS_Data.f_LO2) in MT2063_Tune()
1918 state->AS_Data.f_LO2 = 1486249786UL; in mt2063_init()