MEI_PG_ON
if (mei_pg_state(dev) == MEI_PG_ON ||
hw->pg_state = MEI_PG_ON;
if (mei_pg_state(dev) != MEI_PG_ON ||
hw->pg_state = MEI_PG_ON;
if (hw->pg_state == MEI_PG_ON) {
hw->pg_state = MEI_PG_ON;
if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) {
hw->pg_state = MEI_PG_ON;
hw->pg_state = MEI_PG_ON;
hw->pg_state = MEI_PG_ON;
return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON;