Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/mediatek/mt8183/
A Dplat_pm.c140 int my_idx = (cluster << 2) + cpu; in clst_single_pwr() local
143 return !(pwr_stat & (cpu_mask[cluster] & ~BIT(cpu_pwr_bit[my_idx]))); in clst_single_pwr()
149 int my_idx = (cluster << 2) + cpu; in clst_single_on() local
152 return !(on_stat & (cpu_mask[cluster] & ~BIT(my_idx))); in clst_single_on()
/trusted-firmware-a/lib/psci/
A Dpsci_common.c164 unsigned int cpu_idx, my_idx = plat_my_core_pos(); in psci_is_last_on_cpu() local
168 if (cpu_idx == my_idx) { in psci_is_last_on_cpu()

Completed in 6 milliseconds