Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/imx/imx8m/include/
A 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
/tf-a-ffa_el3_spmc/plat/imx/imx8m/
A Dgpc_common.c28 void imx_set_cpu_secure_entry(unsigned int core_id, uintptr_t sec_entrypoint) in imx_set_cpu_secure_entry()
41 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
55 void imx_set_cpu_pwr_on(unsigned int core_id) in imx_set_cpu_pwr_on()
81 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
A Dimx8m_psci_common.c41 unsigned int core_id; in imx_pwr_domain_on() local
61 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
106 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
128 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mq/
A Dgpc.c20 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
35 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
A Dimx8mq_psci.c46 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
72 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
/tf-a-ffa_el3_spmc/services/std_svc/spmd/
A Dspmd_main.c174 unsigned int core_id; in spmd_init() local
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/drivers/include/
A Dt194_nvg.h324 uint32_t core_id : U(4); member

Completed in 11 milliseconds