Lines Matching refs:rx_pwr_all
68 s8 rx_pwr_all = 0, rx_pwr[4]; in query_rxphystatus() local
101 rx_pwr_all = -100 + 2*(27-vga_idx); in query_rxphystatus()
103 rx_pwr_all = -100; 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()
137 rx_pwr_all += 6; in query_rxphystatus()
138 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); 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()
169 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
173 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus()
221 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in query_rxphystatus()
223 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
225 pstatus->rxpower = rx_pwr_all; in query_rxphystatus()
226 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus()