Lines Matching +full:power +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
54 * Disabling ICACHE is required before entering stop mode in set_mode_stop()
68 case 1: /* enter STOP0 mode */ in set_mode_stop()
71 case 2: /* enter STOP1 mode */ in set_mode_stop()
75 LOG_DBG("Unsupported power state substate-id %u", substate_id); in set_mode_stop()
88 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in suspend_to_ram()
113 /* Select standby mode */ in set_mode_suspend_to_ram()
116 /* Save context and enter Standby mode */ in set_mode_suspend_to_ram()
120 /* Restore system clock as soon as we exit standby mode */ in set_mode_suspend_to_ram()
125 /* Invoke Low Power/System Off specific Tasks */
132 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
142 LOG_DBG("Unsupported power state %u", state); in pm_state_set()
147 /* Handle SOC specific activity after Low Power Mode Exit */
162 * Enable ICACHE when exiting stop mode in pm_state_exit_post_ops()
172 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
192 LOG_DBG("Unsupported power state %u", state); in pm_state_exit_post_ops()
202 * System is now in active mode. in pm_state_exit_post_ops()
209 /* Initialize STM32 Power */
227 /* Enabling Ultra Low power mode */ in stm32_power_init()