Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 26) sorted by relevance

12

/trusted-firmware-a/plat/allwinner/common/
A Dsunxi_cpu_ops.c22 static void sunxi_cpu_disable_power(unsigned int cluster, unsigned int core) in sunxi_cpu_disable_power()
32 static void sunxi_cpu_enable_power(unsigned int cluster, unsigned int core) in sunxi_cpu_enable_power()
52 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_off() local
70 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_on() local
97 unsigned int core; in sunxi_cpu_power_off_others() local
A Dsunxi_topology.c24 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in plat_core_pos_by_mpidr() local
/trusted-firmware-a/plat/hisilicon/hikey960/drivers/pwrc/
A Dhisi_pwrc.c27 #define CPUIDLE_LOCK_ID(core) (0x6 - (core)) argument
114 void hisi_cpuidle_lock(unsigned int cluster, unsigned int core) in hisi_cpuidle_lock()
122 void hisi_cpuidle_unlock(unsigned int cluster, unsigned int core) in hisi_cpuidle_unlock()
139 void hisi_set_cpuidle_flag(unsigned int cluster, unsigned int core) in hisi_set_cpuidle_flag()
166 unsigned int core, unsigned int value) in hisi_set_cluster_pwdn_flag()
311 unsigned int core, in hisi_pdc_set_intmask()
326 unsigned int core, in hisi_pdc_set_gicmask()
369 void hisi_powerup_core(unsigned int cluster, unsigned int core) in hisi_powerup_core()
375 void hisi_powerdn_core(unsigned int cluster, unsigned int core) in hisi_powerdn_core()
381 void hisi_powerup_cluster(unsigned int cluster, unsigned int core) in hisi_powerup_cluster()
[all …]
/trusted-firmware-a/plat/amlogic/g12a/
A Dg12a_pm.c32 unsigned int core = plat_calc_core_pos(mpidr); in g12a_pm_set_reset_addr() local
40 unsigned int core = plat_calc_core_pos(mpidr); in g12a_pm_reset() local
102 unsigned int core = plat_calc_core_pos(mpidr); in g12a_pwr_domain_on() local
130 unsigned int core = plat_calc_core_pos(read_mpidr_el1()); in g12a_pwr_domain_on_finish() local
150 unsigned int core = plat_calc_core_pos(mpidr); in g12a_pwr_domain_off() local
167 unsigned int core = plat_calc_core_pos(mpidr); in g12a_pwr_domain_pwr_down_wfi() local
/trusted-firmware-a/plat/amlogic/gxl/
A Dgxl_pm.c32 unsigned int core = plat_calc_core_pos(mpidr); in gxl_pm_set_reset_addr() local
40 unsigned int core = plat_calc_core_pos(mpidr); in gxl_pm_reset() local
102 unsigned int core = plat_calc_core_pos(mpidr); in gxl_pwr_domain_on() local
130 unsigned int core = plat_calc_core_pos(read_mpidr_el1()); in gxl_pwr_domain_on_finish() local
150 unsigned int core = plat_calc_core_pos(mpidr); in gxl_pwr_domain_off() local
166 unsigned int core = plat_calc_core_pos(mpidr); in gxl_pwr_domain_pwr_down_wfi() local
/trusted-firmware-a/plat/amlogic/gxbb/
A Dgxbb_pm.c32 unsigned int core = plat_calc_core_pos(mpidr); in gxbb_program_mailbox() local
87 unsigned int core = plat_calc_core_pos(mpidr); in gxbb_pwr_domain_on() local
114 unsigned int core = plat_calc_core_pos(read_mpidr_el1()); in gxbb_pwr_domain_on_finish() local
133 unsigned int core = plat_calc_core_pos(mpidr); in gxbb_pwr_domain_off() local
152 unsigned int core = plat_calc_core_pos(read_mpidr_el1()); in gxbb_pwr_domain_pwr_down_wfi() local
/trusted-firmware-a/plat/mediatek/mt8195/drivers/ptp3/
A Dmtk_ptp3_main.c10 #define PTP3_CORE_OFT(core) (0x800 * (core)) argument
31 static void ptp3_init(unsigned int core) in ptp3_init()
124 void ptp3_core_init(unsigned int core) in ptp3_core_init()
134 void ptp3_core_unInit(unsigned int core) in ptp3_core_unInit()
/trusted-firmware-a/plat/mediatek/mt8192/drivers/ptp3/
A Dmtk_ptp3_main.c38 void ptp3_init(unsigned int core) in ptp3_init()
75 void ptp3_deinit(unsigned int core) in ptp3_deinit()
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhisi_pwrc.c25 void hisi_pwrc_set_core_bx_addr(unsigned int core, unsigned int cluster, in hisi_pwrc_set_core_bx_addr()
55 void hisi_pwrc_enable_debug(unsigned int core, unsigned int cluster) in hisi_pwrc_enable_debug()
/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_pm.c64 unsigned int core = mpidr & MPIDR_CPU_MASK; in hikey960_pwr_domain_on() local
95 unsigned int core = mpidr & MPIDR_CPU_MASK; in hikey960_pwr_domain_off() local
191 unsigned int core = mpidr & MPIDR_CPU_MASK; in hikey960_pwr_domain_suspend() local
267 unsigned int core = mpidr & MPIDR_CPU_MASK; in hikey960_pwr_domain_suspend_finish() local
/trusted-firmware-a/plat/ti/k3/common/
A Dk3_topology.c29 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in plat_core_pos_by_mpidr() local
A Dk3_psci.c44 int core, proc_id, device_id, ret; in k3_pwr_domain_on() local
88 int core, cluster, proc_id, device_id, cluster_id, ret; in k3_pwr_domain_off() local
/trusted-firmware-a/plat/hisilicon/hikey960/drivers/ipc/
A Dhisi_ipc.c133 void hisi_ipc_pm_on_off(unsigned int core, unsigned int cluster, in hisi_ipc_pm_on_off()
147 void hisi_ipc_pm_suspend(unsigned int core, unsigned int cluster, in hisi_ipc_pm_suspend()
165 void hisi_ipc_psci_system_off(unsigned int core, unsigned int cluster) in hisi_ipc_psci_system_off()
178 void hisi_ipc_psci_system_reset(unsigned int core, unsigned int cluster, in hisi_ipc_psci_system_reset()
/trusted-firmware-a/plat/amlogic/axg/
A Daxg_pm.c31 unsigned int core = plat_calc_core_pos(mpidr); in axg_pm_set_reset_addr() local
39 unsigned int core = plat_calc_core_pos(mpidr); in axg_pm_reset() local
/trusted-firmware-a/lib/fconf/
A Dfconf_mpmm_getter.c32 struct mpmm_core *core; in fconf_populate_mpmm_cpu() local
/trusted-firmware-a/include/plat/arm/common/
A Dfconf_ethosn_getter.h31 struct ethosn_core_t core[ETHOSN_CORE_NUM_MAX]; member
/trusted-firmware-a/plat/mediatek/mt6795/
A Dplat_pm.c34 struct core_context core[PLATFORM_MAX_CPUS_PER_CLUSTER]; member
151 struct core_context *core; in mt_cpu_save() local
162 struct core_context *core; in mt_cpu_restore() local
/trusted-firmware-a/plat/allwinner/sun50i_h6/
A Dsunxi_power.c111 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/trusted-firmware-a/plat/allwinner/sun50i_h616/
A Dsunxi_power.c113 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/trusted-firmware-a/plat/mediatek/mt8173/
A Dplat_pm.c77 struct core_context core[PLATFORM_MAX_CPUS_PER_CLUSTER]; member
209 struct core_context *core; in mt_cpu_save() local
220 struct core_context *core; in mt_cpu_restore() local
/trusted-firmware-a/plat/allwinner/sun50i_a64/
A Dsunxi_power.c224 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/drivers/mce/
A Dnvg.c116 int32_t nvg_online_core(uint32_t core) in nvg_online_core()
/trusted-firmware-a/plat/nvidia/tegra/soc/t186/drivers/mce/
A Dnvg.c204 int32_t nvg_online_core(uint32_t ari_base, uint32_t core) in nvg_online_core()
A Dari.c325 int32_t ari_online_core(uint32_t ari_base, uint32_t core) in ari_online_core()
/trusted-firmware-a/lib/psci/
A Dpsci_common.c225 unsigned int core; in psci_init_req_local_pwr_states() local

Completed in 23 milliseconds

12