Lines Matching full:run
14 * The LPC32XX has three CPU modes for controlling system power: run,
15 * direct-run, and halt modes. When switching between halt and run modes,
16 * the CPU transistions through direct-run mode. For Linux, direct-run
20 * Run mode:
25 * Direct-run mode:
36 * wake the system up back into direct-run mode.
41 * SDRAM will still be accessible in direct-run mode. In DDR based systems,
42 * a transition to direct-run mode will stop all DDR accesses (no clocks).
52 * Enter direct-run mode
56 * System enters direct-run mode when an enabled event occurs
58 * Run mode is entered
93 * needs to run from IRAM as DRAM may no longer be available in lpc32xx_pm_enter()