Searched refs:imx_gpcv2_set_slot_ack (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/mach-imx/mx7/ |
H A D | psci-mx7.c | 415 static __secure void imx_gpcv2_set_slot_ack(u32 index, enum imx_gpc_slot m_core, in imx_gpcv2_set_slot_ack() function 615 imx_gpcv2_set_slot_ack(0, CORE0_A7, false, false); in psci_system_suspend() 616 imx_gpcv2_set_slot_ack(1, SCU_A7, false, true); in psci_system_suspend() 617 imx_gpcv2_set_slot_ack(5, SCU_A7, true, false); in psci_system_suspend() 618 imx_gpcv2_set_slot_ack(6, CORE0_A7, true, true); in psci_system_suspend()
|