Lines Matching +full:retained +full:- +full:ram
3 * SPDX-License-Identifier: Apache-2.0
44 /* Power up and re-enable ICACHE */ in common_resume()
51 /* Power up and re-enable DCACHE */ in common_resume()
86 /* Substate for idle with cache powered on - not implemented yet. */ in s2idle_enter()
88 case 1: /* Substate for idle with cache retained - not implemented yet. */ in s2idle_enter()
110 /* Substate for idle with cache powered on - not implemented yet. */ in s2idle_exit()
112 case 1: /* Substate for idle with cache retained - not implemented yet. */ in s2idle_exit()
125 /* Resume domain after local suspend to RAM. */
130 /* Re-enable domain retention. */ in s2ram_exit()
135 /* Function called during local domain suspend to RAM. */
138 /* Set intormation which is used on domain wakeup to determine if resume from RAM shall in sys_suspend_to_ram()
159 return -EBUSY; in sys_suspend_to_ram()