Lines Matching refs:ptmp
9253 u32 ptmp = 0, pint = 0; in rt2800_do_fft_accumulation() local
9279 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9280 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()
9281 pint = ptmp; in rt2800_do_fft_accumulation()
9299 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9300 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation()
9301 ptmp = ptmp >> 1; in rt2800_do_fft_accumulation()
9302 pint = pint + ptmp; in rt2800_do_fft_accumulation()
9312 u32 ptmp = 0, pint = 0; in rt2800_read_fft_accumulation() local
9325 ptmp = (fftout_i * fftout_i); in rt2800_read_fft_accumulation()
9326 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_read_fft_accumulation()
9327 pint = ptmp; in rt2800_read_fft_accumulation()