Lines Matching full:iram
47 * section of IRAM is used instead for this.
50 * Backup a small area of IRAM used for the suspend code
51 * Copy suspend code to IRAM
52 * Transfer control to code in IRAM
62 * Code execution returns from IRAM
63 * IRAM code are used for suspend is restored
88 /* Allocate some space for temporary IRAM storage */ in lpc32xx_pm_enter()
97 /* Backup a small area of IRAM used for the suspend code */ in lpc32xx_pm_enter()
102 * Copy code to suspend system into IRAM. The suspend code in lpc32xx_pm_enter()
103 * needs to run from IRAM as DRAM may no longer be available in lpc32xx_pm_enter()
111 /* Transfer to suspend code in IRAM */ in lpc32xx_pm_enter()
116 /* Restore original IRAM contents */ in lpc32xx_pm_enter()