Searched refs:phy_configuration_value (Results 1 – 1 of 1) sorted by relevance
2238 U32 phy_configuration_value; in scu_link_layer_tx_hard_reset() local2242 phy_configuration_value = SCU_SAS_PCFG_READ(this_phy); in scu_link_layer_tx_hard_reset()2243 phy_configuration_value |= in scu_link_layer_tx_hard_reset()2245 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value); 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()2249 phy_configuration_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in scu_link_layer_tx_hard_reset()2250 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value); in scu_link_layer_tx_hard_reset()