Searched refs:PMU2_BISR_CON (Results 1 – 2 of 2) sorted by relevance
1266 ddr_data.pmu2_bisr_con0 = mmio_read_32(PMU_BASE + PMU2_BISR_CON(0)); in pm_pll_suspend()1271 mmio_write_32(PMU_BASE + PMU2_BISR_CON(0), BITS_WITH_WMASK(0, 0x1, 0)); in pm_pll_suspend()1285 mmio_write_32(PMU_BASE + PMU2_BISR_CON(0), WITH_16BITS_WMSK(ddr_data.pmu2_bisr_con0)); in pm_pll_restore()1377 mmio_write_32(PMU_BASE + PMU2_BISR_CON(1), 0xffffffff); in rockchip_pmu_pd_init()1378 mmio_write_32(PMU_BASE + PMU2_BISR_CON(2), 0xffffffff); in rockchip_pmu_pd_init()1379 mmio_write_32(PMU_BASE + PMU2_BISR_CON(3), 0xffffffff); in rockchip_pmu_pd_init()
107 #define PMU2_BISR_CON(i) (0x8200 + (i) * 4) macro