CPS_PM_NC_WAIT
if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online))
if (state == CPS_PM_NC_WAIT) {
if (coupled_coherence && (state == CPS_PM_NC_WAIT)) {
for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) {
set_bit(CPS_PM_NC_WAIT, state_support);
if (!cps_pm_support_state(CPS_PM_NC_WAIT))
pm_state = CPS_PM_NC_WAIT;