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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_phy.c2238 U32 phy_configuration_value; local
2242 phy_configuration_value = SCU_SAS_PCFG_READ(this_phy);
2243 phy_configuration_value |=
2245 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value);
2248 phy_configuration_value |= SCU_SAS_PCFG_GEN_BIT(OOB_ENABLE);
2249 phy_configuration_value &= ~SCU_SAS_PCFG_GEN_BIT(OOB_RESET);
2250 SCU_SAS_PCFG_WRITE(this_phy, phy_configuration_value);

Completed in 161 milliseconds