Lines Matching refs:vga_idx
67 u8 lan_idx, vga_idx; in _rtl88ee_query_rxphystatus() local
95 vga_idx = (cck_agc_rpt & 0x1f); in _rtl88ee_query_rxphystatus()
98 if (vga_idx <= 27) in _rtl88ee_query_rxphystatus()
100 rx_pwr_all = -100 + 2*(27-vga_idx); in _rtl88ee_query_rxphystatus()
106 rx_pwr_all = -48 + 2*(2-vga_idx); in _rtl88ee_query_rxphystatus()
110 rx_pwr_all = -42 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
114 rx_pwr_all = -36 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
118 rx_pwr_all = -24 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
123 rx_pwr_all = -12 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
125 rx_pwr_all = -6 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
128 rx_pwr_all = 8-2*vga_idx; in _rtl88ee_query_rxphystatus()
131 rx_pwr_all = 14-2*vga_idx; in _rtl88ee_query_rxphystatus()