Lines Matching refs:ptmp
9230 u32 ptmp = 0, pint = 0; in rt2800_do_fft_accumulation() local
9256 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9257 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()
9258 pint = ptmp; in rt2800_do_fft_accumulation()
9276 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9277 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()
9278 ptmp = ptmp >> 1; in rt2800_do_fft_accumulation()
9279 pint = pint + ptmp; in rt2800_do_fft_accumulation()
9289 u32 ptmp = 0, pint = 0; in rt2800_read_fft_accumulation() local
9302 ptmp = (fftout_i * fftout_i); in rt2800_read_fft_accumulation()
9303 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_read_fft_accumulation()
9304 pint = ptmp; in rt2800_read_fft_accumulation()