Lines Matching refs:vga_idx
73 u8 lan_idx, vga_idx; in query_rxphystatus() local
95 vga_idx = (cck_agc_rpt & 0x1f); in query_rxphystatus()
99 if (vga_idx <= 27) in query_rxphystatus()
101 rx_pwr_all = -100 + 2*(27-vga_idx); in query_rxphystatus()
107 rx_pwr_all = -48 + 2*(2-vga_idx); in query_rxphystatus()
111 rx_pwr_all = -42 + 2*(7-vga_idx); in query_rxphystatus()
115 rx_pwr_all = -36 + 2*(7-vga_idx); in query_rxphystatus()
119 rx_pwr_all = -24 + 2*(7-vga_idx); in query_rxphystatus()
124 rx_pwr_all = -12 + 2*(5-vga_idx); in query_rxphystatus()
126 rx_pwr_all = -6 + 2*(5-vga_idx); in query_rxphystatus()
129 rx_pwr_all = 8-2*vga_idx; in query_rxphystatus()
132 rx_pwr_all = 14-2*vga_idx; in query_rxphystatus()
154 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus()
157 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus()
160 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus()
163 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus()
166 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()