Lines Matching refs:rtstatus
514 bool rtstatus; in rtl92s_phy_set_rf_power_state() local
520 rtstatus = rtl_ps_enable_nic(hw); in rtl92s_phy_set_rf_power_state()
521 } while (!rtstatus && (initializecount < 10)); in rtl92s_phy_set_rf_power_state()
622 bool rtstatus = true; in _rtl92s_phy_config_rfpa_bias_current() local
631 return rtstatus; in _rtl92s_phy_config_rfpa_bias_current()
880 bool rtstatus = true; in _rtl92s_phy_bb_config_parafile() local
886 rtstatus = _rtl92s_phy_config_bb(hw, BASEBAND_CONFIG_PHY_REG); in _rtl92s_phy_bb_config_parafile()
892 rtstatus = _rtl92s_phy_set_bb_to_diff_rf(hw, in _rtl92s_phy_bb_config_parafile()
895 rtstatus = false; in _rtl92s_phy_bb_config_parafile()
898 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
908 rtstatus = _rtl92s_phy_config_bb_with_pg(hw, in _rtl92s_phy_bb_config_parafile()
911 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
917 rtstatus = _rtl92s_phy_config_bb(hw, BASEBAND_CONFIG_AGC_TAB); in _rtl92s_phy_bb_config_parafile()
919 if (!rtstatus) { in _rtl92s_phy_bb_config_parafile()
930 return rtstatus; in _rtl92s_phy_bb_config_parafile()
938 bool rtstatus = true; in rtl92s_phy_config_rf() local
956 rtstatus = true; in rtl92s_phy_config_rf()
985 return rtstatus; in rtl92s_phy_config_rf()
1010 bool rtstatus; in rtl92s_phy_bb_config() local
1017 rtstatus = _rtl92s_phy_bb_config_parafile(hw); in rtl92s_phy_bb_config()
1043 return rtstatus; in rtl92s_phy_bb_config()