Searched refs:SCU_SAS_PCFG_GEN_BIT (Results 1 – 2 of 2) sorted by relevance
194 phy_configuration |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in scic_sds_phy_link_layer_initialization()808 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in scic_sds_phy_suspend()832 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in scic_sds_phy_resume()2183 SCU_SAS_PCFG_GEN_BIT(OOB_RESET) in scu_link_layer_stop_protocol_engine()2184 | SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE) in scu_link_layer_stop_protocol_engine()2185 | SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD) in scu_link_layer_stop_protocol_engine()2212 ~(SCU_SAS_PCFG_GEN_BIT(OOB_RESET) | SCU_SAS_PCFG_GEN_BIT(HARD_RESET)); in scu_link_layer_start_oob()2219 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_start_oob()2244 (SCU_SAS_PCFG_GEN_BIT(HARD_RESET) | SCU_SAS_PCFG_GEN_BIT(OOB_RESET)); in scu_link_layer_tx_hard_reset()2248 phy_configuration_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_tx_hard_reset()[all …]
628 #define SCU_SAS_PCFG_GEN_BIT(name) \ macro