Searched refs:vga_gain (Results 1 – 1 of 1) sorted by relevance
9594 u8 vga_gain[] = {14, 14}; in rt2800_loft_iq_calibration() local9678 vga_gain[ch_idx] = 18; in rt2800_loft_iq_calibration()9693 for (; vga_gain[ch_idx] > 0; in rt2800_loft_iq_calibration()9694 vga_gain[ch_idx] = vga_gain[ch_idx] - 2) { in rt2800_loft_iq_calibration()9712 rfvga_gain_table[vga_gain[ch_idx]]); in rt2800_loft_iq_calibration()9903 for (; vga_gain[ch_idx] < 19; vga_gain[ch_idx] = (vga_gain[ch_idx] + count_step)) { in rt2800_loft_iq_calibration()9927 if (vga_gain[ch_idx] != 0) in rt2800_loft_iq_calibration()9928 vga_gain[ch_idx] = vga_gain[ch_idx] - 1; in rt2800_loft_iq_calibration()9937 if (vga_gain[ch_idx] > 18) in rt2800_loft_iq_calibration()9938 vga_gain[ch_idx] = 18; in rt2800_loft_iq_calibration()[all …]