Lines Matching refs:rx_pwr_all
581 s8 rx_pwr_all = 0, rx_pwr[4]; in _rtl92c_query_rxphystatus() local
611 rx_pwr_all = -46 - (cck_agc_rpt & 0x3e); in _rtl92c_query_rxphystatus()
614 rx_pwr_all = -26 - (cck_agc_rpt & 0x3e); in _rtl92c_query_rxphystatus()
617 rx_pwr_all = -12 - (cck_agc_rpt & 0x3e); in _rtl92c_query_rxphystatus()
620 rx_pwr_all = 16 - (cck_agc_rpt & 0x3e); in _rtl92c_query_rxphystatus()
630 rx_pwr_all = -46 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92c_query_rxphystatus()
633 rx_pwr_all = -26 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92c_query_rxphystatus()
636 rx_pwr_all = -12 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92c_query_rxphystatus()
639 rx_pwr_all = 16 - ((cck_agc_rpt & 0x1f) << 1); in _rtl92c_query_rxphystatus()
643 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus()
645 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
680 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl92c_query_rxphystatus()
681 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus()
683 pstats->rxpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
684 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()