Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/imx/imx8qm/
Dimx8qm_psci.c185 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A53, SC_PM_SYS_IF_MU, in imx_domain_suspend()
187 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A72, SC_PM_SYS_IF_MU, in imx_domain_suspend()
241 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A53, SC_PM_SYS_IF_MU, in imx_domain_suspend_finish()
243 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A72, SC_PM_SYS_IF_MU, in imx_domain_suspend_finish()
316 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A53, SC_PM_SYS_IF_MU, in plat_setup_psci_ops()
318 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A72, SC_PM_SYS_IF_MU, in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/imx/imx8qx/
Dimx8qx_psci.c147 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A35, SC_PM_SYS_IF_MU, in imx_domain_suspend()
192 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A35, SC_PM_SYS_IF_MU, in imx_domain_suspend_finish()
240 sc_pm_req_sys_if_power_mode(ipc_handle, SC_R_A35, SC_PM_SYS_IF_MU, in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/imx/common/include/sci/svc/pm/
Dsci_pm_api.h143 #define SC_PM_SYS_IF_MU 1U /* AP -> SCU message units */ macro