Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/versal_net/
H A Dplat_psci.c36 uintptr_t rst_apu_cluster = PSX_CRF + RST_APU0_OFFSET + (cluster * 0x4); in zynqmp_nopmu_pwr_domain_on() local
64 mmio_setbits_32(rst_apu_cluster, ((RST_APU_COLD_RESET|RST_APU_WARN_RESET) << cpu)); in zynqmp_nopmu_pwr_domain_on()
73 mmio_clrbits_32(rst_apu_cluster, ((RST_APU_COLD_RESET|RST_APU_WARN_RESET) << cpu)); in zynqmp_nopmu_pwr_domain_on()
76 mmio_clrbits_32(rst_apu_cluster, RST_APU_CLUSTER_WARM_RESET); in zynqmp_nopmu_pwr_domain_on()
77 mmio_clrbits_32(rst_apu_cluster, RST_APU_CLUSTER_COLD_RESET); in zynqmp_nopmu_pwr_domain_on()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci.c41 uintptr_t rst_apu_cluster = PSX_CRF + RST_APU0_OFFSET + ((uint64_t)cluster * 0x4U); in zynqmp_nopmu_pwr_domain_on() local
67 mmio_setbits_32(rst_apu_cluster, ((RST_APU_COLD_RESET|RST_APU_WARN_RESET) << cpu)); in zynqmp_nopmu_pwr_domain_on()
76 mmio_clrbits_32(rst_apu_cluster, ((RST_APU_COLD_RESET|RST_APU_WARN_RESET) << cpu)); in zynqmp_nopmu_pwr_domain_on()
79 mmio_clrbits_32(rst_apu_cluster, RST_APU_CLUSTER_WARM_RESET); in zynqmp_nopmu_pwr_domain_on()
80 mmio_clrbits_32(rst_apu_cluster, RST_APU_CLUSTER_COLD_RESET); in zynqmp_nopmu_pwr_domain_on()