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
87 /* Allocate some space for temporary IRAM storage */ in lpc32xx_pm_enter()
94 * Copy code to suspend system into IRAM. The suspend code in lpc32xx_pm_enter()
95 * needs to run from IRAM as DRAM may no longer be available in lpc32xx_pm_enter()
103 /* Transfer to suspend code in IRAM */ in lpc32xx_pm_enter()
108 /* Restore original IRAM contents */ in lpc32xx_pm_enter()