Home
last modified time | relevance | path

Searched refs:MEI_PG_ON (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dhw-me.c262 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
762 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
977 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
1008 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1100 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
1111 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_intr()
1117 if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) { in mei_me_d0i3_intr()
H A Dgsc-me.c235 hw->pg_state = MEI_PG_ON; in mei_gsc_pm_runtime_suspend()
H A Dmei_dev.h422 MEI_PG_ON = 1, enumerator
H A Dhw-txe.c335 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; in mei_txe_pg_state()
H A Dhbm.c1117 if (mei_pg_state(dev) != MEI_PG_ON || in mei_hbm_pg_exit_res()
H A Dclient.c747 if (mei_pg_state(dev) == MEI_PG_ON || in mei_hbuf_acquire()