Searched refs:SCU_SAS_PCFG_GEN_BIT (Results 1 – 2 of 2) sorted by relevance
161 phy_configuration |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_link_layer_initialization()427 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in sci_phy_suspend()440 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in sci_phy_resume()542 ~(SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD) | SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE)); in sci_phy_consume_power_handler()543 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_consume_power_handler()548 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_consume_power_handler()549 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in sci_phy_consume_power_handler()574 phy_control |= SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD); in sci_phy_start_sas_link_training()1184 (SCU_SAS_PCFG_GEN_BIT(OOB_RESET) | in scu_link_layer_stop_protocol_engine()1185 SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE) | in scu_link_layer_stop_protocol_engine()[all …]
740 #define SCU_SAS_PCFG_GEN_BIT(name) \ macro