Lines Matching refs:rx_pwr_all
91 char rx_pwr_all = 0, rx_pwr[4]; in query_rxphystatus() local
124 rx_pwr_all = -100 + 2*(27-vga_idx); in query_rxphystatus()
126 rx_pwr_all = -100; 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()
160 rx_pwr_all += 6; in query_rxphystatus()
161 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); 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()
192 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
196 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus()
244 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in query_rxphystatus()
246 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
248 pstatus->rxpower = rx_pwr_all; in query_rxphystatus()
249 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus()