Lines Matching full:run
16 * The LPC32XX has three CPU modes for controlling system power: run,
17 * direct-run, and halt modes. When switching between halt and run modes,
18 * the CPU transistions through direct-run mode. For Linux, direct-run
22 * Run mode:
27 * Direct-run mode:
38 * wake the system up back into direct-run mode.
43 * SDRAM will still be accessible in direct-run mode. In DDR based systems,
44 * a transition to direct-run mode will stop all DDR accesses (no clocks).
54 * Enter direct-run mode
58 * System enters direct-run mode when an enabled event occurs
60 * Run mode is entered
95 * needs to run from IRAM as DRAM may no longer be available in lpc32xx_pm_enter()