Searched refs:SC_ERR_NONE (Results 1 – 6 of 6) sorted by relevance
75 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()
292 if (sc_ipc_open(&ipc_handle, SC_IPC_BASE) != SC_ERR_NONE) in bl31_early_platform_setup2()
56 return SC_ERR_NONE; in sc_ipc_open()
88 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()
316 if (sc_ipc_open(&ipc_handle, SC_IPC_BASE) != SC_ERR_NONE) in bl31_early_platform_setup2()
150 #define SC_ERR_NONE 0U /* Success */ macro