Searched defs:cluster (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
H A Dhisi_pwrc.c48 void hisi_pwrc_set_core_bx_addr(unsigned int core, unsigned int cluster, argument
59 i = cluster * CLUSTER_CORE_COUNT + core;
63 void hisi_pwrc_set_cluster_wfi(unsigned int cluster) argument
67 if (cluster == 0) {
71 } else if (cluster == 1) {
H A Dhisi_ipc.c60 unsigned int cluster)
66 val = val >> (cluster * 16);
119 void hisi_ipc_cpu_on_off(unsigned int cpu, unsigned int cluster, argument
126 offset = cluster * 16 + cpu * 4;
128 offset = cluster * 16 + cpu * 4 + 1;
136 hisi_ipc_send(cpu_ipc_num[cluster][cpu]);
139 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster) argument
141 hisi_ipc_cpu_on_off(cpu, cluster, HISI_IPC_PM_ON);
144 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster) argument
146 hisi_ipc_cpu_on_off(cpu, cluster, HISI_IPC_PM_OF
59 hisi_cpus_pd_in_cluster_besides_curr(unsigned int cpu, unsigned int cluster) argument
149 hisi_ipc_cluster_on_off(unsigned int cpu, unsigned int cluster, unsigned int mode) argument
169 hisi_ipc_cluster_on(unsigned int cpu, unsigned int cluster) argument
174 hisi_ipc_cluster_off(unsigned int cpu, unsigned int cluster) argument
179 hisi_ipc_cpu_suspend(unsigned int cpu, unsigned int cluster) argument
195 hisi_ipc_cluster_suspend(unsigned int cpu, unsigned int cluster) argument
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
H A Dplat_pm.c69 int cpu, cluster; local
71 cluster = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFF1_SHIFT;
82 hisi_pwrc_set_core_bx_addr(cpu, cluster, sec_entrypoint);
83 hisi_ipc_cpu_on(cpu, cluster);
87 hisi_ipc_cluster_on(cpu, cluster);
98 int cpu, cluster; local
100 cluster = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFF1_SHIFT;
112 hisi_ipc_cluster_off(cpu, cluster);
117 hisi_ipc_cpu_off(cpu, cluster);
129 int cpu, cluster; local
171 int cpu, cluster; local
[all...]

Completed in 68 milliseconds