Lines Matching refs:rx_pwr_all
59 char rx_pwr_all = 0, rx_pwr[4]; in _rtl8723be_query_rxphystatus() local
93 rx_pwr_all = -34 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
96 rx_pwr_all = -14 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
99 rx_pwr_all = 6 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
102 rx_pwr_all = 16 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
108 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus()
114 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()
155 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) & in _rtl8723be_query_rxphystatus()
158 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus()
162 pstatus->rxpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()
163 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()