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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.c2240 U32 phy_configuration_value; local
2244 phy_configuration_value = SCU_SAS_PCFG_READ(this_phy);
2245 phy_configuration_value |=
2247 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value);
2250 phy_configuration_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE);
2251 phy_configuration_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET);
2252 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value);

Completed in 71 milliseconds