Lines Matching refs:rx_pwr_all
38 s8 rx_pwr_all = 0, rx_pwr[4]; in _rtl8723be_query_rxphystatus() local
70 rx_pwr_all = -34 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
73 rx_pwr_all = -14 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
76 rx_pwr_all = 6 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
79 rx_pwr_all = 16 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
85 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus()
91 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()
132 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) & in _rtl8723be_query_rxphystatus()
135 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus()
139 pstatus->rxpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()
140 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723be_query_rxphystatus()