Lines Matching full:iram
45 * section of IRAM is used instead for this.
48 * Backup a small area of IRAM used for the suspend code
49 * Copy suspend code to IRAM
50 * Transfer control to code in IRAM
60 * Code execution returns from IRAM
61 * IRAM code are used for suspend is restored
85 /* Allocate some space for temporary IRAM storage */ in lpc32xx_pm_enter()
92 * Copy code to suspend system into IRAM. The suspend code in lpc32xx_pm_enter()
93 * needs to run from IRAM as DRAM may no longer be available in lpc32xx_pm_enter()
101 /* Transfer to suspend code in IRAM */ in lpc32xx_pm_enter()
106 /* Restore original IRAM contents */ in lpc32xx_pm_enter()