Lines Matching defs:mpidr
32 #define MPIDR_CPU_GET(mpidr) ((mpidr) & MPIDR_CPU_MASK)
33 #define MPIDR_CLUSTER_GET(mpidr) MPIDR_AFFLVL1_VAL((mpidr))
227 static int plat_marvell_cpu_powerup(u_register_t mpidr)
230 int cpu_id = MPIDR_CPU_GET(mpidr),
231 cluster = MPIDR_CLUSTER_GET(mpidr);
311 static int plat_marvell_cpu_on(u_register_t mpidr)
320 cpu_id = MPIDR_CPU_GET(mpidr);
323 cluster = MPIDR_CLUSTER_GET(mpidr);
393 * mpidr determines the CPU to be turned on.
396 static int a8k_pwr_domain_on(u_register_t mpidr)
399 plat_marvell_cpu_powerup(mpidr);
404 ((mpidr & 0xFF) + (((mpidr >> 8) & 0xFF) * 2));
427 plat_marvell_cpu_on(mpidr);