Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8m/ddr/
H A Ddram.c338 uint32_t online_cores = x2; in dram_dvfs_handler() local
350 if (cpu_id != i && (online_cores & (0x1 << (i * 8)))) { in dram_dvfs_handler()
356 if (i != cpu_id && online_cores & (1 << (i * 8))) { in dram_dvfs_handler()
362 online_cores &= ~(0x1 << (cpu_id * 8)); in dram_dvfs_handler()
364 if (online_cores == wfe_done) { in dram_dvfs_handler()