Home
last modified time | relevance | path

Searched refs:phy_configuration_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy.c2238 U32 phy_configuration_value; in scu_link_layer_tx_hard_reset() local
2242 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()