Lines Matching defs:lo2
133 and the closer cross modulation subcarrier between lo1 and lo2 up to the tenth harmonic */
134 static int mt2060_spurcalc(u32 lo1,u32 lo2,u32 if2)
140 J = ((2*I*lo1)/lo2+1)/2;
141 diff = I*(int)lo1-J*(int)lo2;
153 static int mt2060_spurcheck(u32 lo1,u32 lo2,u32 if2)
160 Spur=mt2060_spurcalc(lo1,lo2,if2);
164 (int)lo1,(int)lo2);
166 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2);
167 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2);
176 Spur = mt2060_spurcalc(lo1+I,lo2+I,if2);
179 (int)(lo1+I),(int)(lo2+I));