Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A Dplat_hold_pen.c20 void plat_hold_pen_init(struct hold_slot *hold_pen, unsigned int core_count) in plat_hold_pen_init() argument
22 for (unsigned int i = 0U; i < core_count; i++) { in plat_hold_pen_init()
37 core_count * sizeof(struct hold_slot)); in plat_hold_pen_init()
/rk3399_ARM-atf/include/plat/common/
H A Dplat_hold_pen.h96 void plat_hold_pen_init(struct hold_slot *hold_pen, unsigned int core_count);
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Ddram.c156 static volatile uint32_t core_count; variable
720 core_count++; in waiting_dvfs()
757 while (online_cpus != core_count) { in dram_dvfs_handler()
767 core_count = 0; in dram_dvfs_handler()
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_svc_main.c62 uint32_t core_count = 0; in trigger_wdt_restart() local
70 core_count++; in trigger_wdt_restart()
76 active_cores = core_count; in trigger_wdt_restart()