Searched refs:scic_sds_phy_set_base_state_handlers (Results 1 – 2 of 2) sorted by relevance
2278 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_INITIAL); in scic_sds_phy_initial_state_enter()2302 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_STOPPED); in scic_sds_phy_stopped_state_enter()2340 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_STARTING); in scic_sds_phy_starting_state_enter()2385 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_READY); in scic_sds_phy_ready_state_enter()2434 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_RESETTING); in scic_sds_phy_resetting_state_enter()2475 scic_sds_phy_set_base_state_handlers(this_phy, SCI_BASE_PHY_STATE_FINAL); in scic_sds_phy_final_state_enter()
378 #define scic_sds_phy_set_base_state_handlers(phy, state_id) \ macro