Lines Matching refs:rx_pwr_all
37 s8 rx_pwr_all, rx_pwr[4]; in _rtl92ee_query_rxphystatus() local
69 rx_pwr_all = -100 + 2 * (27 - vga_idx); in _rtl92ee_query_rxphystatus()
71 rx_pwr_all = -100; in _rtl92ee_query_rxphystatus()
74 rx_pwr_all = -48 + 2 * (2 - vga_idx); in _rtl92ee_query_rxphystatus()
77 rx_pwr_all = -42 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
80 rx_pwr_all = -36 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
83 rx_pwr_all = -24 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()
87 rx_pwr_all = -12 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()
89 rx_pwr_all = -6 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()
92 rx_pwr_all = 8 - 2 * vga_idx; in _rtl92ee_query_rxphystatus()
95 rx_pwr_all = 14 - 2 * vga_idx; in _rtl92ee_query_rxphystatus()
98 rx_pwr_all = 0; in _rtl92ee_query_rxphystatus()
101 rx_pwr_all += 16; in _rtl92ee_query_rxphystatus()
102 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ee_query_rxphystatus()
116 pstatus->recvsignalpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()
159 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) in _rtl92ee_query_rxphystatus()
162 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ee_query_rxphystatus()
165 pstatus->rxpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()
166 pstatus->recvsignalpower = rx_pwr_all; in _rtl92ee_query_rxphystatus()