Lines Matching refs:pwdb_all
36 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl8723e_query_rxphystatus() local
103 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus()
108 pwdb_all += 6; in _rtl8723e_query_rxphystatus()
109 if (pwdb_all > 100) in _rtl8723e_query_rxphystatus()
110 pwdb_all = 100; in _rtl8723e_query_rxphystatus()
114 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl8723e_query_rxphystatus()
115 pwdb_all -= 2; in _rtl8723e_query_rxphystatus()
116 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl8723e_query_rxphystatus()
117 pwdb_all -= 6; in _rtl8723e_query_rxphystatus()
118 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl8723e_query_rxphystatus()
119 pwdb_all -= 8; in _rtl8723e_query_rxphystatus()
120 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl8723e_query_rxphystatus()
121 pwdb_all -= 4; in _rtl8723e_query_rxphystatus()
123 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus()
176 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl8723e_query_rxphystatus()
178 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus()
179 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus()
211 pwdb_all)); in _rtl8723e_query_rxphystatus()