Lines Matching refs:rtstatus
517 bool rtstatus; in rtl92s_phy_set_rf_power_state() local
523 rtstatus = rtl_ps_enable_nic(hw); in rtl92s_phy_set_rf_power_state()
524 } while (!rtstatus && (initializecount < 10)); in rtl92s_phy_set_rf_power_state()
625 bool rtstatus = true; in _rtl92s_phy_config_rfpa_bias_current() local
634 return rtstatus; in _rtl92s_phy_config_rfpa_bias_current()
883 bool rtstatus = true; in _rtl92s_phy_bb_config_parafile() local
889 rtstatus = _rtl92s_phy_config_bb(hw, BASEBAND_CONFIG_PHY_REG); in _rtl92s_phy_bb_config_parafile()
895 rtstatus = _rtl92s_phy_set_bb_to_diff_rf(hw, in _rtl92s_phy_bb_config_parafile()
898 rtstatus = false; in _rtl92s_phy_bb_config_parafile()
901 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
911 rtstatus = _rtl92s_phy_config_bb_with_pg(hw, in _rtl92s_phy_bb_config_parafile()
914 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
920 rtstatus = _rtl92s_phy_config_bb(hw, BASEBAND_CONFIG_AGC_TAB); in _rtl92s_phy_bb_config_parafile()
922 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
933 return rtstatus; in _rtl92s_phy_bb_config_parafile()
941 bool rtstatus = true; in rtl92s_phy_config_rf() local
959 rtstatus = true; in rtl92s_phy_config_rf()
988 return rtstatus; in rtl92s_phy_config_rf()
1013 bool rtstatus; in rtl92s_phy_bb_config() local
1020 rtstatus = _rtl92s_phy_bb_config_parafile(hw); in rtl92s_phy_bb_config()
1046 return rtstatus; in rtl92s_phy_bb_config()