Home
last modified time | relevance | path

Searched refs:RST_APU_COLD_RESET (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/versal_net/
H A Dplat_psci.c64 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()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci.c67 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()
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dversal_net_def.h55 #define RST_APU_COLD_RESET BIT(0) macro
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Ddef.h60 #define RST_APU_COLD_RESET BIT(0) macro