Lines Matching refs:vga_idx
96 u8 lan_idx, vga_idx; in query_rxphystatus() local
118 vga_idx = (cck_agc_rpt & 0x1f); in query_rxphystatus()
122 if (vga_idx <= 27) in query_rxphystatus()
124 rx_pwr_all = -100 + 2*(27-vga_idx); in query_rxphystatus()
130 rx_pwr_all = -48 + 2*(2-vga_idx); in query_rxphystatus()
134 rx_pwr_all = -42 + 2*(7-vga_idx); in query_rxphystatus()
138 rx_pwr_all = -36 + 2*(7-vga_idx); in query_rxphystatus()
142 rx_pwr_all = -24 + 2*(7-vga_idx); in query_rxphystatus()
147 rx_pwr_all = -12 + 2*(5-vga_idx); in query_rxphystatus()
149 rx_pwr_all = -6 + 2*(5-vga_idx); in query_rxphystatus()
152 rx_pwr_all = 8-2*vga_idx; in query_rxphystatus()
155 rx_pwr_all = 14-2*vga_idx; in query_rxphystatus()
177 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus()
180 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus()
183 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus()
186 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus()
189 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()