Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9584 u8 vga_gain[] = {14, 14}; in rt2800_loft_iq_calibration() local
9668 vga_gain[ch_idx] = 18; in rt2800_loft_iq_calibration()
9683 for (; vga_gain[ch_idx] > 0; in rt2800_loft_iq_calibration()
9684 vga_gain[ch_idx] = vga_gain[ch_idx] - 2) { in rt2800_loft_iq_calibration()
9704 if (vga_gain[ch_idx] < 0) in rt2800_loft_iq_calibration()
9705 vga_gain[ch_idx] = 0; in rt2800_loft_iq_calibration()
9896 for (; vga_gain[ch_idx] < 19; vga_gain[ch_idx] = (vga_gain[ch_idx] + count_step)) { in rt2800_loft_iq_calibration()
9920 if (vga_gain[ch_idx] != 0) in rt2800_loft_iq_calibration()
9921 vga_gain[ch_idx] = vga_gain[ch_idx] - 1; in rt2800_loft_iq_calibration()
9930 if (vga_gain[ch_idx] > 18) in rt2800_loft_iq_calibration()
[all …]