Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.c1008 ddr_data.pmu0sgrf_soc_con1 = mmio_read_32(PMU0SGRF_BASE + PMU0_SGRF_SOC_CON(1)); in pmu_sleep_config()
1205 mmio_write_32(PMU0SGRF_BASE + PMU0_SGRF_SOC_CON(1), in pmu_sleep_restore()
1449 mmio_write_32(PMU0SGRF_BASE + PMU0_SGRF_SOC_CON(2), 0x00030001); in plat_rockchip_pmu_init()
1477 mmio_write_32(PMU0SGRF_BASE + PMU0_SGRF_SOC_CON(2), 0x00030001); in rockchip_cpu_reset_early()
1497 mmio_write_32(PMU0SGRF_BASE + PMU0_SGRF_SOC_CON(2), 0x00030000); in rockchip_cpu_reset_early()
H A Dpmu.h128 #define PMU0_SGRF_SOC_CON(i) ((i) * 4) macro