|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/io.h>#include <linux/of.h>#include <linux/of_address.h>#include <linux/smp.h>#include <asm/smp_plat.h>Go to the source code of this file.
Macros | |
| #define | SRC_SCR 0x000 |
| #define | SRC_GPR1 0x020 |
| #define | BP_SRC_SCR_WARM_RESET_ENABLE 0 |
| #define | BP_SRC_SCR_CORE1_RST 14 |
| #define | BP_SRC_SCR_CORE1_ENABLE 22 |
Functions | |
| void | imx_enable_cpu (int cpu, bool enable) |
| void | imx_set_cpu_jump (int cpu, void *jump_addr) |
| void | imx_src_prepare_restart (void) |
| void __init | imx_src_init (void) |
1.8.2