Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
reset.h File Reference

Go to the source code of this file.

Macros

#define TEGRA_RESET_MASK_PRESENT   0
 
#define TEGRA_RESET_MASK_LP1   1
 
#define TEGRA_RESET_MASK_LP2   2
 
#define TEGRA_RESET_STARTUP_SECONDARY   3
 
#define TEGRA_RESET_STARTUP_LP2   4
 
#define TEGRA_RESET_STARTUP_LP1   5
 
#define TEGRA_RESET_DATA_SIZE   6
 
#define tegra_cpu_reset_handler_offset
 
#define tegra_cpu_reset_handler_size
 

Functions

void __tegra_cpu_reset_handler_start (void)
 
void __tegra_cpu_reset_handler (void)
 
void __tegra_cpu_reset_handler_end (void)
 
void tegra_secondary_startup (void)
 
void __init tegra_cpu_reset_handler_init (void)
 

Variables

unsigned long __tegra_cpu_reset_handler_data [TEGRA_RESET_DATA_SIZE]
 

Macro Definition Documentation

#define tegra_cpu_reset_handler_offset
Value:

Definition at line 39 of file reset.h.

#define tegra_cpu_reset_handler_size
Value:
__tegra_cpu_reset_handler_start)

Definition at line 43 of file reset.h.

#define TEGRA_RESET_DATA_SIZE   6

Definition at line 28 of file reset.h.

#define TEGRA_RESET_MASK_LP1   1

Definition at line 23 of file reset.h.

#define TEGRA_RESET_MASK_LP2   2

Definition at line 24 of file reset.h.

#define TEGRA_RESET_MASK_PRESENT   0

Definition at line 22 of file reset.h.

#define TEGRA_RESET_STARTUP_LP1   5

Definition at line 27 of file reset.h.

#define TEGRA_RESET_STARTUP_LP2   4

Definition at line 26 of file reset.h.

#define TEGRA_RESET_STARTUP_SECONDARY   3

Definition at line 25 of file reset.h.

Function Documentation

void __tegra_cpu_reset_handler ( void  )
void __tegra_cpu_reset_handler_end ( void  )
void __tegra_cpu_reset_handler_start ( void  )
void __init tegra_cpu_reset_handler_init ( void  )

Definition at line 73 of file reset.c.

void tegra_secondary_startup ( void  )

Variable Documentation

unsigned long __tegra_cpu_reset_handler_data[TEGRA_RESET_DATA_SIZE]