Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9595 u8 vga_gain[] = {14, 14}; in rt2800_loft_iq_calibration() local
9679 vga_gain[ch_idx] = 18; in rt2800_loft_iq_calibration()
9694 for (; vga_gain[ch_idx] > 0; in rt2800_loft_iq_calibration()
9695 vga_gain[ch_idx] = vga_gain[ch_idx] - 2) { in rt2800_loft_iq_calibration()
9696 rfvalue = rfvga_gain_table[vga_gain[ch_idx]]; in rt2800_loft_iq_calibration()
9712 rt2x00_dbg(rt2x00dev, "Used VGA %d %x\n", vga_gain[ch_idx], in rt2800_loft_iq_calibration()
9713 rfvga_gain_table[vga_gain[ch_idx]]); in rt2800_loft_iq_calibration()
9716 rfvalue = rfvga_gain_table[vga_gain[ch_idx]]; in rt2800_loft_iq_calibration()
9904 for (; vga_gain[ch_idx] < 19; vga_gain[ch_idx] = (vga_gain[ch_idx] + count_step)) { in rt2800_loft_iq_calibration()
9905 rfvalue = rfvga_gain_table[vga_gain[ch_idx]]; in rt2800_loft_iq_calibration()
[all …]