Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c664 write32(PMU_LDO_CTRL, (PMU_LDO_ENABLE_BIT in handle_d0i2()
693 write32(PMU_LDO_CTRL, PMU_LDO_ENABLE_BIT); in handle_d0i2()
699 while (!(read32(PMU_LDO_CTRL) & PMU_LDO_READY_BIT)) in handle_d0i2()
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dpm_regs.h85 #define PMU_LDO_CTRL (SEDI_PMU_BASE + 0x44) macro