Lines Matching refs:rtstatus
248 bool rtstatus = true; in rtl92ee_phy_bb_config() local
268 rtstatus = _rtl92ee_phy_bb8192ee_config_parafile(hw); in rtl92ee_phy_bb_config()
273 return rtstatus; in rtl92ee_phy_bb_config()
649 bool rtstatus; in _rtl92ee_phy_bb8192ee_config_parafile() local
651 rtstatus = phy_config_bb_with_hdr_file(hw, BASEBAND_CONFIG_PHY_REG); in _rtl92ee_phy_bb8192ee_config_parafile()
652 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
660 rtstatus = in _rtl92ee_phy_bb8192ee_config_parafile()
664 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
668 rtstatus = phy_config_bb_with_hdr_file(hw, BASEBAND_CONFIG_AGC_TAB); in _rtl92ee_phy_bb8192ee_config_parafile()
669 if (!rtstatus) { in _rtl92ee_phy_bb8192ee_config_parafile()
3099 bool rtstatus; in _rtl92ee_phy_set_rf_power_state() local
3106 rtstatus = rtl_ps_enable_nic(hw); in _rtl92ee_phy_set_rf_power_state()
3107 } while (!rtstatus && (initializecount < 10)); in _rtl92ee_phy_set_rf_power_state()