Home
last modified time | relevance | path

Searched refs:SC_ERR_NONE (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8qx/
H A Dimx8qx_psci.c75 SC_PM_PW_MODE_ON) != SC_ERR_NONE) { in imx_pwr_domain_on()
81 true, BL31_BASE) != SC_ERR_NONE) { in imx_pwr_domain_on()
H A Dimx8qx_bl31_setup.c304 if (sc_ipc_open(&ipc_handle, SC_IPC_BASE) != SC_ERR_NONE) in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/imx/common/sci/
H A Dipc.c56 return SC_ERR_NONE; in sc_ipc_open()
/rk3399_ARM-atf/plat/imx/imx8qm/
H A Dimx8qm_psci.c88 SC_PM_PW_MODE_ON) != SC_ERR_NONE) { in imx_pwr_domain_on()
95 true, BL31_BASE) != SC_ERR_NONE) { in imx_pwr_domain_on()
H A Dimx8qm_bl31_setup.c318 if (sc_ipc_open(&ipc_handle, SC_IPC_BASE) != SC_ERR_NONE) in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/imx/common/include/sci/
H A Dsci_types.h150 #define SC_ERR_NONE 0U /* Success */ macro