Searched refs:online_cores (Results 1 – 1 of 1) sorted by relevance
338 uint32_t online_cores = x2; in dram_dvfs_handler() local350 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()