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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9268 int fftout_i = 0, fftout_q = 0; local
9291 fftout_i = (macvalue >> 16);
9292 fftout_i = (fftout_i & 0x8000) ? (fftout_i - 0x10000) : fftout_i;
9295 ptmp = (fftout_i * fftout_i);
9298 rt2x00_dbg(rt2x00dev, "I = %d, Q = %d, power = %x\n", fftout_i, fftout_q, pint);
9311 fftout_i
9327 int fftout_i = 0, fftout_q = 0; local
[all...]

Completed in 133 milliseconds