Searched refs:ph_rx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c8776 int ph_rx; local
9026 ph_rx = (r_iq * 2292) / (sigma_i * sigma_q);
9028 if (ph_rx > 20 || ph_rx < -20) {
9029 ph_rx = 0;
9039 ph_rx = 0;
9049 rt2800_bbp_write(rt2x00dev, 159, ph_rx & 0x3f);
9054 rt2800_bbp_write(rt2x00dev, 159, ph_rx & 0x3f);

Completed in 131 milliseconds