Lines Matching defs:core_id
43 unsigned int core_id;
46 core_id = MPIDR_AFFLVL0_VAL(mpidr);
48 imx_set_cpu_secure_entry(core_id, base_addr);
49 imx_set_cpu_pwr_on(core_id);
63 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr);
66 imx_set_cpu_pwr_off(core_id);
108 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr);
112 imx_set_cpu_secure_entry(core_id, base_addr);
113 imx_set_cpu_lpm(core_id, true);
121 imx_set_cluster_powerdown(core_id, CLUSTER_PWR_STATE(target_state));
124 imx_set_sys_lpm(core_id, true);
133 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr);
138 imx_set_sys_lpm(core_id, false);
143 imx_set_cluster_powerdown(core_id, PSCI_LOCAL_STATE_RUN);
147 imx_set_cpu_lpm(core_id, false);