Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9594 u32 p0_idx10 = 0, p1_idx10 = 0; in rt2800_loft_iq_calibration() local
9919 p0_idx10 = rt2800_read_fft_accumulation(rt2x00dev, 0x0A); in rt2800_loft_iq_calibration()
9931 rt2x00_dbg(rt2x00dev, "IQ AGC IDX 10 %d %d\n", p0_idx10, p1_idx10); in rt2800_loft_iq_calibration()
9932 if ((p0_idx10 > 7000 * 7000) || (p1_idx10 > 7000 * 7000)) { in rt2800_loft_iq_calibration()