Lines Matching refs:fftout_q
9262 int fftout_i = 0, fftout_q = 0;
9287 fftout_q = (macvalue & 0xffff);
9288 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q;
9290 ptmp = ptmp + (fftout_q * fftout_q);
9292 rt2x00_dbg(rt2x00dev, "I = %d, Q = %d, power = %x\n", fftout_i, fftout_q, pint);
9307 fftout_q = (macvalue & 0xffff);
9308 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q;
9310 ptmp = ptmp + (fftout_q * fftout_q);
9321 int fftout_i = 0, fftout_q = 0;
9333 fftout_q = (macvalue & 0xffff);
9334 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q;
9336 ptmp = ptmp + (fftout_q * fftout_q);