Lines Matching refs:rx_pwr_all
45 s8 rx_pwr_all = 0, rx_pwr[4]; in _rtl92se_query_rxphystatus() local
74 rx_pwr_all = -40 - (cck_agc_rpt & 0x3e); in _rtl92se_query_rxphystatus()
77 rx_pwr_all = -20 - (cck_agc_rpt & 0x3e); in _rtl92se_query_rxphystatus()
80 rx_pwr_all = -2 - (cck_agc_rpt & 0x3e); in _rtl92se_query_rxphystatus()
83 rx_pwr_all = 14 - (cck_agc_rpt & 0x3e); in _rtl92se_query_rxphystatus()
92 rx_pwr_all = -40 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92se_query_rxphystatus()
95 rx_pwr_all = -20 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92se_query_rxphystatus()
98 rx_pwr_all = -2 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92se_query_rxphystatus()
101 rx_pwr_all = 14 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92se_query_rxphystatus()
106 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92se_query_rxphystatus()
124 pstats->recvsignalpower = rx_pwr_all; in _rtl92se_query_rxphystatus()
162 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl92se_query_rxphystatus()
163 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92se_query_rxphystatus()
165 pstats->rxpower = rx_pwr_all; in _rtl92se_query_rxphystatus()
166 pstats->recvsignalpower = rx_pwr_all; in _rtl92se_query_rxphystatus()