Go to the documentation of this file.
19 #ifndef __MACH_TEGRA_RESET_H
20 #define __MACH_TEGRA_RESET_H
22 #define TEGRA_RESET_MASK_PRESENT 0
23 #define TEGRA_RESET_MASK_LP1 1
24 #define TEGRA_RESET_MASK_LP2 2
25 #define TEGRA_RESET_STARTUP_SECONDARY 3
26 #define TEGRA_RESET_STARTUP_LP2 4
27 #define TEGRA_RESET_STARTUP_LP1 5
28 #define TEGRA_RESET_DATA_SIZE 6
39 #define tegra_cpu_reset_handler_offset \
40 ((u32)__tegra_cpu_reset_handler - \
41 (u32)__tegra_cpu_reset_handler_start)
43 #define tegra_cpu_reset_handler_size \
44 (__tegra_cpu_reset_handler_end - \
45 __tegra_cpu_reset_handler_start)