Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/imx/imx8m/ddr/
A Ddram.c219 uint32_t online_cores = x2; in dram_dvfs_handler() local
231 if (cpu_id != i && (online_cores & (0x1 << (i * 8)))) { in dram_dvfs_handler()
237 online_cores &= ~(0x1 << (cpu_id * 8)); in dram_dvfs_handler()
239 if (online_cores == wfe_done) { in dram_dvfs_handler()

Completed in 2 milliseconds