Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c9231 int fftout_i = 0, fftout_q = 0; in rt2800_do_fft_accumulation() local
9254 fftout_i = (macvalue >> 16); in rt2800_do_fft_accumulation()
9255 fftout_i = (fftout_i & 0x8000) ? (fftout_i - 0x10000) : fftout_i; in rt2800_do_fft_accumulation()
9258 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9261 rt2x00_dbg(rt2x00dev, "I = %d, Q = %d, power = %x\n", fftout_i, fftout_q, pint); in rt2800_do_fft_accumulation()
9274 fftout_i = (macvalue >> 16); in rt2800_do_fft_accumulation()
9275 fftout_i = (fftout_i & 0x8000) ? (fftout_i - 0x10000) : fftout_i; in rt2800_do_fft_accumulation()
9278 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation()
9290 int fftout_i = 0, fftout_q = 0; in rt2800_read_fft_accumulation() local
9300 fftout_i = (macvalue >> 16); in rt2800_read_fft_accumulation()
[all …]