Lines Matching refs:rtstatus
211 bool rtstatus = true; in rtl92ee_phy_bb_config() local
231 rtstatus = _rtl92ee_phy_bb8192ee_config_parafile(hw); in rtl92ee_phy_bb_config()
236 return rtstatus; in rtl92ee_phy_bb_config()
612 bool rtstatus; in _rtl92ee_phy_bb8192ee_config_parafile() local
614 rtstatus = phy_config_bb_with_hdr_file(hw, BASEBAND_CONFIG_PHY_REG); in _rtl92ee_phy_bb8192ee_config_parafile()
615 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
623 rtstatus = in _rtl92ee_phy_bb8192ee_config_parafile()
627 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
631 rtstatus = phy_config_bb_with_hdr_file(hw, BASEBAND_CONFIG_AGC_TAB); in _rtl92ee_phy_bb8192ee_config_parafile()
632 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
3048 bool rtstatus; in _rtl92ee_phy_set_rf_power_state() local
3055 rtstatus = rtl_ps_enable_nic(hw); in _rtl92ee_phy_set_rf_power_state()
3056 } while (!rtstatus && (initializecount < 10)); in _rtl92ee_phy_set_rf_power_state()