Home
last modified time | relevance | path

Searched refs:PMU_RST_PREP (Results 1 – 3 of 3) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c41 write32(PMU_RST_PREP, PMU_RST_PREP_INT_MASK); in reset_prep_isr()
664 if (read32(PMU_RST_PREP) & PMU_RST_PREP_AVAIL) in handle_d0i2()
708 if (read32(PMU_RST_PREP) & PMU_RST_PREP_AVAIL) in handle_d0i3()
/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c535 write32(PMU_RST_PREP, PMU_RST_PREP_INT_MASK); in reset_prep_isr()
576 write32(PMU_RST_PREP, 0); in sedi_pm_init()
Dpm_regs.h63 #define PMU_RST_PREP (SEDI_PMU_BASE + 0x5c) macro