Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpmu.c602 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(1), in sleep_pin_config()
604 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(0), in sleep_pin_config()
633 mmio_read_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(5)); in pmu_sleep_config()
781 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(5), 0x00400040); in pmu_sleep_config()
784 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(5), in pmu_sleep_config()
828 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(5), in pmu_sleep_restore()
855 mmio_read_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(0)); in soc_sleep_config()
857 mmio_read_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(1)); in soc_sleep_config()
885 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(1), in soc_sleep_restore()
887 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_SOC_CON(0), in soc_sleep_restore()
H A Dpmu.h147 #define PMU0GRF_SOC_CON(i) ((i) * 4) macro