Lines Matching refs:rx_pwr_all
57 s8 rx_pwr_all = 0, rx_pwr[4]; in _rtl8723e_query_rxphystatus() local
93 rx_pwr_all = -46 - (cck_agc_rpt & 0x3e); in _rtl8723e_query_rxphystatus()
96 rx_pwr_all = -26 - (cck_agc_rpt & 0x3e); in _rtl8723e_query_rxphystatus()
99 rx_pwr_all = -12 - (cck_agc_rpt & 0x3e); in _rtl8723e_query_rxphystatus()
102 rx_pwr_all = 16 - (cck_agc_rpt & 0x3e); in _rtl8723e_query_rxphystatus()
111 rx_pwr_all = -46 - ((cck_agc_rpt & 0x1f) << 1); in _rtl8723e_query_rxphystatus()
114 rx_pwr_all = -26 - ((cck_agc_rpt & 0x1f) << 1); in _rtl8723e_query_rxphystatus()
117 rx_pwr_all = -12 - ((cck_agc_rpt & 0x1f) << 1); in _rtl8723e_query_rxphystatus()
120 rx_pwr_all = 16 - ((cck_agc_rpt & 0x1f) << 1); in _rtl8723e_query_rxphystatus()
125 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus()
146 pstatus->recvsignalpower = rx_pwr_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()
202 pstatus->rxpower = rx_pwr_all; in _rtl8723e_query_rxphystatus()
203 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723e_query_rxphystatus()