Lines Matching refs:pwdb_all
69 u8 rf_rx_num = 0, evm, evmdbm, pwdb_all; in query_rxphystatus() local
138 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
140 if (pwdb_all >= 80) in query_rxphystatus()
141 pwdb_all = in query_rxphystatus()
142 ((pwdb_all - 80)<<1) + in query_rxphystatus()
143 ((pwdb_all - 80)>>1) + 80; in query_rxphystatus()
144 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in query_rxphystatus()
145 pwdb_all += 3; in query_rxphystatus()
146 if (pwdb_all > 100) in query_rxphystatus()
147 pwdb_all = 100; in query_rxphystatus()
169 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus()
172 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus()
182 sq = p_phystrpt->pwdb_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()
224 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus()
266 pwdb_all)); in query_rxphystatus()