Home
last modified time | relevance | path

Searched refs:HISI_IPC_SEM_CPUIDLE (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_ipc.c108 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cpu_on_off()
114 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cpu_on_off()
140 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cluster_on_off()
146 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cluster_on_off()
168 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cpu_suspend()
172 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cpu_suspend()
184 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cluster_suspend()
190 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hisi_ipc_cluster_suspend()
Dhikey_pm.c89 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hikey_pwr_domain_off()
91 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hikey_pwr_domain_off()
120 hisi_ipc_spin_lock(HISI_IPC_SEM_CPUIDLE); in hikey_pwr_domain_suspend()
122 hisi_ipc_spin_unlock(HISI_IPC_SEM_CPUIDLE); in hikey_pwr_domain_suspend()
/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhisi_ipc.h22 #define HISI_IPC_SEM_CPUIDLE 27 macro