Searched refs:PMU_PLLPD_CON (Results 1 – 2 of 2) sorted by relevance
88 mmio_write_32(PMU_BASE + PMU_PLLPD_CON, WRITE_MASK_SET(pll_id)); in pmu_pll_powerdown_config()90 PMU_PLLPD_CON, mmio_read_32(PMU_BASE + PMU_PLLPD_CON)); in pmu_pll_powerdown_config()209 mmio_write_32(PMU_BASE + PMU_PLLPD_CON, WRITE_MASK_SET(BIT(DPLL_PD_ENA))); in pmu_ddr_suspend_config()219 PMU_PLLPD_CON, mmio_read_32(PMU_BASE + PMU_PLLPD_CON)); in pmu_ddr_suspend_config()368 mmio_write_32(PMU_BASE + PMU_PLLPD_CON, 0xffff0000); in pmu_reinit()
38 #define PMU_PLLPD_CON 0x00C0 macro