Lines Matching refs:rx_pwr_all
62 char rx_pwr_all = 0, rx_pwr[4]; in _rtl88ee_query_rxphystatus() local
100 rx_pwr_all = -100 + 2*(27-vga_idx); in _rtl88ee_query_rxphystatus()
102 rx_pwr_all = -100; in _rtl88ee_query_rxphystatus()
106 rx_pwr_all = -48 + 2*(2-vga_idx); in _rtl88ee_query_rxphystatus()
110 rx_pwr_all = -42 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
114 rx_pwr_all = -36 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
118 rx_pwr_all = -24 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
123 rx_pwr_all = -12 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
125 rx_pwr_all = -6 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
128 rx_pwr_all = 8-2*vga_idx; in _rtl88ee_query_rxphystatus()
131 rx_pwr_all = 14-2*vga_idx; in _rtl88ee_query_rxphystatus()
136 rx_pwr_all += 6; in _rtl88ee_query_rxphystatus()
137 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl88ee_query_rxphystatus()
165 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()
216 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl88ee_query_rxphystatus()
218 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl88ee_query_rxphystatus()
220 pstatus->rxpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()
221 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()