Lines Matching refs:pwdb_all
92 u8 rf_rx_num = 0, evm, evmdbm, pwdb_all; in query_rxphystatus() local
161 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
163 if (pwdb_all >= 80) in query_rxphystatus()
164 pwdb_all = in query_rxphystatus()
165 ((pwdb_all - 80)<<1) + in query_rxphystatus()
166 ((pwdb_all - 80)>>1) + 80; in query_rxphystatus()
167 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in query_rxphystatus()
168 pwdb_all += 3; in query_rxphystatus()
169 if (pwdb_all > 100) in query_rxphystatus()
170 pwdb_all = 100; in query_rxphystatus()
192 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
195 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus()
205 sq = p_phystrpt->pwdb_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()
247 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus()
289 pwdb_all)); in query_rxphystatus()