Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.c1004 ddr_data.pmu1grf_soc_con7 = mmio_read_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(7)); in pmu_sleep_config()
1005 ddr_data.pmu1grf_soc_con8 = mmio_read_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(8)); in pmu_sleep_config()
1006 ddr_data.pmu1grf_soc_con9 = mmio_read_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(9)); in pmu_sleep_config()
1196 mmio_write_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(7), in pmu_sleep_restore()
1198 mmio_write_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(8), in pmu_sleep_restore()
1200 mmio_write_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(9), in pmu_sleep_restore()
1237 mmio_write_32(PMU1GRF_BASE + PMU1_GRF_SOC_CON(2), in pmu_sleep_restore()
H A Dpmu.h124 #define PMU1_GRF_SOC_CON(i) ((i) * 4) macro