Searched refs:rst_apu_cluster (Results 1 – 2 of 2) sorted by relevance
36 uintptr_t rst_apu_cluster = PSX_CRF + RST_APU0_OFFSET + (cluster * 0x4); in zynqmp_nopmu_pwr_domain_on() local64 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()
41 uintptr_t rst_apu_cluster = PSX_CRF + RST_APU0_OFFSET + ((uint64_t)cluster * 0x4U); in zynqmp_nopmu_pwr_domain_on() local67 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()