Home
last modified time | relevance | path

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

12

/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
H A Dhisi_pwrc.c27 #define CPUIDLE_LOCK_ID(core) (0x6 - (core)) argument
95 static void hisi_cpuhotplug_lock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_lock() argument
104 static void hisi_cpuhotplug_unlock(unsigned int cluster, unsigned int core) in hisi_cpuhotplug_unlock() argument
114 void hisi_cpuidle_lock(unsigned int cluster, unsigned int core) in hisi_cpuidle_lock() argument
122 void hisi_cpuidle_unlock(unsigned int cluster, unsigned int core) in hisi_cpuidle_unlock() argument
139 hisi_set_cpuidle_flag(unsigned int cluster,unsigned int core) hisi_set_cpuidle_flag() argument
144 hisi_clear_cpuidle_flag(unsigned int cluster,unsigned int core) hisi_clear_cpuidle_flag() argument
166 hisi_set_cluster_pwdn_flag(unsigned int cluster,unsigned int core,unsigned int value) hisi_set_cluster_pwdn_flag() argument
180 hisi_get_cpu_boot_flag(unsigned int cluster,unsigned int core) hisi_get_cpu_boot_flag() argument
193 hisi_test_cpu_down(unsigned int cluster,unsigned int core) hisi_test_cpu_down() argument
209 hisi_set_cpu_boot_flag(unsigned int cluster,unsigned int core) hisi_set_cpu_boot_flag() argument
220 hisi_clear_cpu_boot_flag(unsigned int cluster,unsigned int core) hisi_clear_cpu_boot_flag() argument
279 hisi_test_pwrdn_allcores(unsigned int cluster,unsigned int core) hisi_test_pwrdn_allcores() argument
311 hisi_pdc_set_intmask(void * pdc_base_addr,unsigned int core,enum pdc_finish_int_mask intmask) hisi_pdc_set_intmask() argument
326 hisi_pdc_set_gicmask(void * pdc_base_addr,unsigned int core,enum pdc_gic_mask gicmask) hisi_pdc_set_gicmask() argument
349 hisi_pdc_powerup_core(unsigned int cluster,unsigned int core,enum pdc_gic_mask gicmask,enum pdc_finish_int_mask intmask) hisi_pdc_powerup_core() argument
359 hisi_pdc_powerdn_core(unsigned int cluster,unsigned int core,enum pdc_gic_mask gicmask,enum pdc_finish_int_mask intmask) hisi_pdc_powerdn_core() argument
369 hisi_powerup_core(unsigned int cluster,unsigned int core) hisi_powerup_core() argument
375 hisi_powerdn_core(unsigned int cluster,unsigned int core) hisi_powerdn_core() argument
381 hisi_powerup_cluster(unsigned int cluster,unsigned int core) hisi_powerup_cluster() argument
386 hisi_powerdn_cluster(unsigned int cluster,unsigned int core) hisi_powerdn_cluster() argument
397 hisi_enter_core_idle(unsigned int cluster,unsigned int core) hisi_enter_core_idle() argument
403 hisi_enter_cluster_idle(unsigned int cluster,unsigned int core) hisi_enter_cluster_idle() argument
414 hisi_enter_ap_suspend(unsigned int cluster,unsigned int core) hisi_enter_ap_suspend() argument
[all...]
/arm-trusted-firmware/plat/allwinner/common/
H A Dsunxi_cpu_ops.c28 static void sunxi_cpu_disable_power(unsigned int cluster, unsigned int core) in sunxi_cpu_disable_power() argument
38 static void sunxi_cpu_enable_power(unsigned int cluster, unsigned int core) in sunxi_cpu_enable_power() argument
58 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); sunxi_cpu_off() local
91 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); sunxi_cpu_on() local
140 unsigned int core; sunxi_cpu_power_off_others() local
[all...]
H A Dsunxi_topology.c24 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in plat_core_pos_by_mpidr() local
/arm-trusted-firmware/plat/mediatek/drivers/ptp3/
H A Dptp3_common.c13 #define PTP3_CORE_OFT(core) (0x800 * (core)) argument
15 static void ptp3_init(unsigned int core) in ptp3_init() argument
81 ptp3_core_init(unsigned int core) ptp3_core_init() argument
87 ptp3_core_deinit(unsigned int core) ptp3_core_deinit() argument
[all...]
/arm-trusted-firmware/plat/amlogic/gxl/
H 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); gxl_pwr_domain_pwr_down_wfi() local
[all...]
/arm-trusted-firmware/plat/amlogic/g12a/
H 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); g12a_pwr_domain_pwr_down_wfi() local
[all...]
/arm-trusted-firmware/plat/amlogic/gxbb/
H 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 in gxbb_pwr_domain_pwr_down_wfi() local
[all...]
/arm-trusted-firmware/plat/mediatek/mt8192/drivers/ptp3/
H A Dmtk_ptp3_main.c38 void ptp3_init(unsigned int core) in ptp3_init() argument
75 ptp3_deinit(unsigned int core) ptp3_deinit() argument
[all...]
/arm-trusted-firmware/plat/hisilicon/hikey/
H A Dhisi_pwrc.c25 void hisi_pwrc_set_core_bx_addr(unsigned int core, unsigned int cluster, in hisi_pwrc_set_core_bx_addr() argument
55 void hisi_pwrc_enable_debug(unsigned int core, unsigned int cluster) in hisi_pwrc_enable_debug() argument
/arm-trusted-firmware/plat/hisilicon/hikey960/
H 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; hikey960_pwr_domain_suspend() local
267 unsigned int core = mpidr & MPIDR_CPU_MASK; hikey960_pwr_domain_suspend_finish() local
[all...]
/arm-trusted-firmware/plat/ti/k3/common/
H 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; k3_pwr_domain_off() local
239 unsigned int core, proc_id; k3_pwr_domain_suspend() local
[all...]
H A Dk3_topology.c29 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in plat_core_pos_by_mpidr() local
/arm-trusted-firmware/plat/qti/msm8916/
H A Dmsm8916_topology.c25 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in plat_core_pos_by_mpidr() local
/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
H A Dhisi_ipc.c133 void hisi_ipc_pm_on_off(unsigned int core, unsigned int cluster, in hisi_ipc_pm_on_off() argument
147 void hisi_ipc_pm_suspend(unsigned int core, unsigned int cluster, in hisi_ipc_pm_suspend() argument
165 void hisi_ipc_psci_system_off(unsigned int core, unsigned int cluster) in hisi_ipc_psci_system_off() argument
178 void hisi_ipc_psci_system_reset(unsigned int core, unsigned int cluster, in hisi_ipc_psci_system_reset() argument
[all...]
/arm-trusted-firmware/plat/amlogic/axg/
H 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
/arm-trusted-firmware/lib/fconf/
H A Dfconf_mpmm_getter.c32 struct mpmm_core *core; in fconf_populate_mpmm_cpu() local
/arm-trusted-firmware/drivers/arm/ethosn/
H A Dethosn_smc.c131 const struct ethosn_core_t *core = &(dev->cores[core_idx]); in ethosn_get_device_and_core() local
154 static void ethosn_configure_stream_nsaid(const struct ethosn_core_t *core, in ethosn_configure_stream_nsaid() argument
223 const struct ethosn_core_t *core, in ethosn_configure_smmu_streams() argument
370 ethosn_core_full_reset(const struct ethosn_device_t * device,const struct ethosn_core_t * core,bool hard_reset,u_register_t asset_alloc_idx,u_register_t is_protected,u_register_t aux_features) ethosn_core_full_reset() argument
413 ethosn_smc_core_reset_handler(const struct ethosn_device_t * device,const struct ethosn_core_t * core,bool hard_reset,u_register_t asset_alloc_idx,u_register_t reset_type,u_register_t is_protected,u_register_t aux_features,void * handle) ethosn_smc_core_reset_handler() argument
451 const struct ethosn_core_t *core = NULL; ethosn_smc_core_handler() local
[all...]
/arm-trusted-firmware/plat/allwinner/sun50i_h616/
H A Dsunxi_power.c113 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/arm-trusted-firmware/plat/allwinner/sun50i_h6/
H A Dsunxi_power.c118 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/arm-trusted-firmware/plat/mediatek/mt8173/
H 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
/arm-trusted-firmware/plat/allwinner/sun50i_a64/
H A Dsunxi_power.c224 unsigned int core = MPIDR_AFFLVL0_VAL(mpidr); in sunxi_cpu_power_off_self() local
/arm-trusted-firmware/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm.h40 #define PER_CPU_PWR_DATA(ctrl, cluster, core) \ argument
/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/mce/
H A Dnvg.c116 int32_t nvg_online_core(uint32_t core) in nvg_online_core() argument
[all...]
/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
H A Dnvg.c204 int32_t nvg_online_core(uint32_t ari_base, uint32_t core) in nvg_online_core() argument
[all...]
/arm-trusted-firmware/plat/arm/common/fconf/
H A Dfconf_ethosn_getter.c194 struct ethosn_core_t *core) in fdt_node_populate_core() argument
[all...]

12