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

Go to the source code of this file.

Macros

#define RESETC_SWRR   (PKUNITY_RESETC_BASE + 0x0000)
 
#define RESETC_RSSR   (PKUNITY_RESETC_BASE + 0x0004)
 
#define RESETC_SWRR_SRB   FIELD(1, 1, 0)
 
#define RESETC_RSSR_HWR   FIELD(1, 1, 0)
 
#define RESETC_RSSR_SWR   FIELD(1, 1, 1)
 
#define RESETC_RSSR_WDR   FIELD(1, 1, 2)
 
#define RESETC_RSSR_SMR   FIELD(1, 1, 3)
 

Macro Definition Documentation

#define RESETC_RSSR   (PKUNITY_RESETC_BASE + 0x0004)

Definition at line 11 of file regs-resetc.h.

#define RESETC_RSSR_HWR   FIELD(1, 1, 0)

Definition at line 21 of file regs-resetc.h.

#define RESETC_RSSR_SMR   FIELD(1, 1, 3)

Definition at line 33 of file regs-resetc.h.

#define RESETC_RSSR_SWR   FIELD(1, 1, 1)

Definition at line 25 of file regs-resetc.h.

#define RESETC_RSSR_WDR   FIELD(1, 1, 2)

Definition at line 29 of file regs-resetc.h.

#define RESETC_SWRR   (PKUNITY_RESETC_BASE + 0x0000)

Definition at line 7 of file regs-resetc.h.

#define RESETC_SWRR_SRB   FIELD(1, 1, 0)

Definition at line 16 of file regs-resetc.h.