Lines Matching +full:wakeup +full:- +full:source +full:- +full:id
4 * SPDX-License-Identifier: Apache-2.0
11 #include <zephyr/dt-bindings/power/imx_spc.h>
180 GPC_CPU_MODE_CTRL->CM_IRQ_WAKEUP_MASK[i] |= 0xFFFFFFFF; in gpc_configure_interrupts()
183 /* Enable GPT interrupt source for GPC- this is system timer */ in gpc_configure_interrupts()
195 GPC_SET_POINT_CTRL->SP_ROSC_CTRL = ~OSC_RC_16M_STBY_VAL; in gpc_init()
240 SCB->SCR &= ~SCB_SCR_SLEEPDEEP_Msk; in system_enter_sleep()
243 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in system_enter_sleep()
265 /* Mask debugger wakeup */ in cpu_mode_transition()
266 GPC_CPU_MODE_CTRL->CM_NON_IRQ_WAKEUP_MASK |= in cpu_mode_transition()
278 /* Execute WFI- GPC will receive sleep request from CPU */ in cpu_mode_transition()
290 /* Extract set point and GPC mode from the substate ID */ in pm_state_set()