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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.c807 U32 scu_sas_pcfg_value; local
809 scu_sas_pcfg_value = SCU_SAS_PCFG_READ(this_phy);
810 scu_sas_pcfg_value |= SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE);
811 SCU_SAS_PCFG_WRITE(this_phy, scu_sas_pcfg_value);
830 U32 scu_sas_pcfg_value; local
832 scu_sas_pcfg_value = SCU_SAS_PCFG_READ(this_phy);
834 scu_sas_pcfg_value &= ~SCU_SAS_PCFG_GEN_BIT(SUSPEND_PROTOCOL_ENGINE);
836 SCU_SAS_PCFG_WRITE(this_phy, scu_sas_pcfg_value);
2179 U32 scu_sas_pcfg_value; local
2183 scu_sas_pcfg_value
2209 U32 scu_sas_pcfg_value; local
3404 U32 scu_sas_pcfg_value; local
[all...]

Completed in 66 milliseconds