Home
last modified time | relevance | path

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

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