Lines Matching defs:cluster
133 void hisi_ipc_pm_on_off(unsigned int core, unsigned int cluster,
141 cmdtype = IPC_CMD_TYPE(0, cluster, mode, 0x3);
143 source = cluster ? SRC_A7 : SRC_A15;
147 void hisi_ipc_pm_suspend(unsigned int core, unsigned int cluster,
158 cmdtype = IPC_CMD_TYPE(0, cluster, 0x1, 0x3 + affinity_level);
161 source = cluster ? SRC_A7 : SRC_A15;
165 void hisi_ipc_psci_system_off(unsigned int core, unsigned int cluster)
174 source = cluster ? SRC_A7 : SRC_A15;
178 void hisi_ipc_psci_system_reset(unsigned int core, unsigned int cluster,
188 source = cluster ? SRC_A7 : SRC_A15;