Lines Matching refs:rx_pwr_all
59 char rx_pwr_all = 0, rx_pwr[4]; in _rtl92ee_query_rxphystatus() local
91 rx_pwr_all = -100 + 2 * (27 - vga_idx); in _rtl92ee_query_rxphystatus()
93 rx_pwr_all = -100; in _rtl92ee_query_rxphystatus()
96 rx_pwr_all = -48 + 2 * (2 - vga_idx); in _rtl92ee_query_rxphystatus()
99 rx_pwr_all = -42 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
102 rx_pwr_all = -36 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
105 rx_pwr_all = -24 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
109 rx_pwr_all = -12 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()
111 rx_pwr_all = -6 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()
114 rx_pwr_all = 8 - 2 * vga_idx; in _rtl92ee_query_rxphystatus()
117 rx_pwr_all = 14 - 2 * vga_idx; in _rtl92ee_query_rxphystatus()
122 rx_pwr_all += 16; in _rtl92ee_query_rxphystatus()
123 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ee_query_rxphystatus()
137 pstatus->recvsignalpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()
180 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) in _rtl92ee_query_rxphystatus()
183 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ee_query_rxphystatus()
186 pstatus->rxpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()
187 pstatus->recvsignalpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()