Lines Matching refs:SCU_SAS_PCFG_GEN_BIT
161 phy_configuration |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_link_layer_initialization()
430 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in sci_phy_suspend()
443 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE); in sci_phy_resume()
545 ~(SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD) | SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE)); in sci_phy_consume_power_handler()
546 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_consume_power_handler()
551 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_consume_power_handler()
552 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in sci_phy_consume_power_handler()
577 phy_control |= SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD); in sci_phy_start_sas_link_training()
1189 (SCU_SAS_PCFG_GEN_BIT(OOB_RESET) | in scu_link_layer_stop_protocol_engine()
1190 SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE) | in scu_link_layer_stop_protocol_engine()
1191 SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD)); in scu_link_layer_stop_protocol_engine()
1208 val &= ~(SCU_SAS_PCFG_GEN_BIT(OOB_RESET) | in scu_link_layer_start_oob()
1209 SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE) | in scu_link_layer_start_oob()
1210 SCU_SAS_PCFG_GEN_BIT(HARD_RESET)); in scu_link_layer_start_oob()
1217 val |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_start_oob()
1241 phy_configuration_value &= ~(SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE)); in scu_link_layer_tx_hard_reset()
1243 (SCU_SAS_PCFG_GEN_BIT(HARD_RESET) | in scu_link_layer_tx_hard_reset()
1244 SCU_SAS_PCFG_GEN_BIT(OOB_RESET)); in scu_link_layer_tx_hard_reset()
1249 phy_configuration_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE); in scu_link_layer_tx_hard_reset()
1250 phy_configuration_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in scu_link_layer_tx_hard_reset()