Lines Matching refs:SCU_SAS_PCFG_GEN_BIT
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()
1186 SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD)); in scu_link_layer_stop_protocol_engine()
1203 val &= ~(SCU_SAS_PCFG_GEN_BIT(OOB_RESET) | in scu_link_layer_start_oob()
1204 SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE) | in scu_link_layer_start_oob()
1205 SCU_SAS_PCFG_GEN_BIT(HARD_RESET)); in scu_link_layer_start_oob()
1212 val |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_start_oob()
1237 phy_configuration_value &= ~(SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE)); in scu_link_layer_tx_hard_reset()
1239 (SCU_SAS_PCFG_GEN_BIT(HARD_RESET) | in scu_link_layer_tx_hard_reset()
1240 SCU_SAS_PCFG_GEN_BIT(OOB_RESET)); in scu_link_layer_tx_hard_reset()
1245 phy_configuration_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_tx_hard_reset()
1246 phy_configuration_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in scu_link_layer_tx_hard_reset()