Home
last modified time | relevance | path

Searched defs:core_id (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/plat/imx/imx8m/include/
Dgpc.h20 #define A53_CORE_WUP_SRC(core_id) (1 << ((core_id) < 2 ? 28 + (core_id) : 22 + (core_id) - 2)) argument
21 #define COREx_PGC_PCR(core_id) (0x800 + (core_id) * 0x40) argument
22 #define COREx_WFI_PDN(core_id) (1 << ((core_id) < 2 ? (core_id) * 2 : ((core_id) - 2) * 2 + 16)) argument
23 #define COREx_IRQ_WUP(core_id) ((core_id) < 2 ? (1 << ((core_id) * 2 + 8)) : (1 << ((core_id) * 2 … argument
24 #define COREx_LPM_PUP(core_id) ((core_id) < 2 ? (1 << ((core_id) * 2 + 9)) : (1 << ((core_id) * 2 … argument
26 #define SLT_COREx_PUP(core_id) (0x2 << ((core_id) * 2)) argument
27 #define SLT_COREx_PUP_ACK(core_id) ((core_id) < 2 ? (1 << ((core_id) + 16)) : (1 << ((core_id) + 27… argument
/trusted-firmware-a-latest/plat/imx/imx93/
Dimx93_psci.c62 void imx_set_cpu_boot_entry(unsigned int core_id, uint64_t boot_entry) in imx_set_cpu_boot_entry()
70 unsigned int core_id; in imx_pwr_domain_on() local
99 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on_finish() local
128 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
150 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_suspend() local
175 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_suspend_finish() local
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mq/
Dgpc.c46 static void gpc_imr_core_spin_lock(unsigned int core_id) in gpc_imr_core_spin_lock()
51 static void gpc_imr_core_spin_unlock(unsigned int core_id) in gpc_imr_core_spin_unlock()
56 static void gpc_save_imr_lpm(unsigned int core_id, unsigned int imr_idx) in gpc_save_imr_lpm()
68 static void gpc_restore_imr_lpm(unsigned int core_id, unsigned int imr_idx) in gpc_restore_imr_lpm()
156 static void imx_gpc_mask_irq0(uint32_t core_id, uint32_t mask) in imx_gpc_mask_irq0()
178 void imx_gpc_set_a53_core_awake(uint32_t core_id) in imx_gpc_set_a53_core_awake()
217 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
232 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
Dimx8mq_psci.c47 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
63 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
91 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
/trusted-firmware-a-latest/plat/imx/imx8m/
Dimx8m_psci_common.c43 unsigned int core_id; in imx_pwr_domain_on() local
63 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
133 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
Dgpc_common.c37 void imx_set_cpu_secure_entry(unsigned int core_id, uintptr_t sec_entrypoint) in imx_set_cpu_secure_entry()
50 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
64 void imx_set_cpu_pwr_on(unsigned int core_id) in imx_set_cpu_pwr_on()
90 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c432 unsigned int core_id; in spmd_spmc_init() local
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/drivers/include/
Dt194_nvg.h324 uint32_t core_id : U(4); member