Home
last modified time | relevance | path

Searched refs:PMU_SW_PG_REQ (Results 1 – 2 of 2) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c492 sw_power_req = read32(PMU_SW_PG_REQ); in is_ipapg_allowed()
501 write32(PMU_SW_PG_REQ, (sw_power_req | PMU_SW_PG_REQ_B_RISE | in is_ipapg_allowed()
509 sw_power_req = read32(PMU_SW_PG_REQ); in is_ipapg_allowed()
/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/
Dpm_regs.h21 #define PMU_SW_PG_REQ (SEDI_PMU_BASE + 0xF14) macro