Lines Matching refs:rx_pwr_all
39 s8 rx_pwr_all = 0, rx_pwr[4]; in _rtl88ee_query_rxphystatus() local
77 rx_pwr_all = -100 + 2*(27-vga_idx); in _rtl88ee_query_rxphystatus()
79 rx_pwr_all = -100; in _rtl88ee_query_rxphystatus()
83 rx_pwr_all = -48 + 2*(2-vga_idx); in _rtl88ee_query_rxphystatus()
87 rx_pwr_all = -42 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
91 rx_pwr_all = -36 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
95 rx_pwr_all = -24 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()
100 rx_pwr_all = -12 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
102 rx_pwr_all = -6 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()
105 rx_pwr_all = 8-2*vga_idx; in _rtl88ee_query_rxphystatus()
108 rx_pwr_all = 14-2*vga_idx; in _rtl88ee_query_rxphystatus()
113 rx_pwr_all += 6; in _rtl88ee_query_rxphystatus()
114 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl88ee_query_rxphystatus()
142 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()
193 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl88ee_query_rxphystatus()
195 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl88ee_query_rxphystatus()
197 pstatus->rxpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()
198 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus()