Lines Matching refs:vga_idx
44 u8 lan_idx, vga_idx; in _rtl88ee_query_rxphystatus() local
72 vga_idx = (cck_agc_rpt & 0x1f); in _rtl88ee_query_rxphystatus()
75 if (vga_idx <= 27) in _rtl88ee_query_rxphystatus()
77 rx_pwr_all = -100 + 2*(27-vga_idx); in _rtl88ee_query_rxphystatus()
83 rx_pwr_all = -48 + 2*(2-vga_idx); in _rtl88ee_query_rxphystatus()
87 rx_pwr_all = -42 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
91 rx_pwr_all = -36 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
95 rx_pwr_all = -24 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
100 rx_pwr_all = -12 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
102 rx_pwr_all = -6 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
105 rx_pwr_all = 8-2*vga_idx; in _rtl88ee_query_rxphystatus()
108 rx_pwr_all = 14-2*vga_idx; in _rtl88ee_query_rxphystatus()