Searched refs:PMU_RST_PREP (Results 1 – 3 of 3) sorted by relevance
41 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()
535 write32(PMU_RST_PREP, PMU_RST_PREP_INT_MASK); in reset_prep_isr()576 write32(PMU_RST_PREP, 0); in sedi_pm_init()
63 #define PMU_RST_PREP (SEDI_PMU_BASE + 0x5c) macro