Searched refs:fftout_q (Results 1 – 1 of 1) sorted by relevance
9262 int fftout_i = 0, fftout_q = 0; in rt2800_do_fft_accumulation() local9287 fftout_q = (macvalue & 0xffff); in rt2800_do_fft_accumulation()9288 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q; in rt2800_do_fft_accumulation()9290 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()9307 fftout_q = (macvalue & 0xffff); in rt2800_do_fft_accumulation()9308 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q; in rt2800_do_fft_accumulation()9310 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()9321 int fftout_i = 0, fftout_q = 0; in rt2800_read_fft_accumulation() local9333 fftout_q = (macvalue & 0xffff); in rt2800_read_fft_accumulation()9334 fftout_q = (fftout_q & 0x8000) ? (fftout_q - 0x10000) : fftout_q; in rt2800_read_fft_accumulation()[all …]