Lines Matching refs:pwdb_all
58 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl8723e_query_rxphystatus() local
125 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus()
130 pwdb_all += 6; in _rtl8723e_query_rxphystatus()
131 if (pwdb_all > 100) in _rtl8723e_query_rxphystatus()
132 pwdb_all = 100; in _rtl8723e_query_rxphystatus()
136 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl8723e_query_rxphystatus()
137 pwdb_all -= 2; in _rtl8723e_query_rxphystatus()
138 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl8723e_query_rxphystatus()
139 pwdb_all -= 6; in _rtl8723e_query_rxphystatus()
140 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl8723e_query_rxphystatus()
141 pwdb_all -= 8; in _rtl8723e_query_rxphystatus()
142 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl8723e_query_rxphystatus()
143 pwdb_all -= 4; in _rtl8723e_query_rxphystatus()
145 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus()
198 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl8723e_query_rxphystatus()
200 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus()
201 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus()
233 pwdb_all)); in _rtl8723e_query_rxphystatus()