Searched refs:fftout_q (Results 1 – 1 of 1) sorted by relevance
9252 int fftout_i = 0, fftout_q = 0; in rt2800_do_fft_accumulation() local9277 fftout_q = (macvalue & 0xffff); in rt2800_do_fft_accumulation()9278 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q; in rt2800_do_fft_accumulation()9280 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()9282 rt2x00_dbg(rt2x00dev, "I = %d, Q = %d, power = %x\n", fftout_i, fftout_q, pint); in rt2800_do_fft_accumulation()9297 fftout_q = (macvalue & 0xffff); in rt2800_do_fft_accumulation()9298 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q; in rt2800_do_fft_accumulation()9300 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()9311 int fftout_i = 0, fftout_q = 0; in rt2800_read_fft_accumulation() local9323 fftout_q = (macvalue & 0xffff); in rt2800_read_fft_accumulation()[all …]