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

Go to the source code of this file.

Macros

#define AT91_PIT_MR   0x00 /* Mode Register */
 
#define AT91_PIT_PITIEN   (1 << 25) /* Timer Interrupt Enable */
 
#define AT91_PIT_PITEN   (1 << 24) /* Timer Enabled */
 
#define AT91_PIT_PIV   (0xfffff) /* Periodic Interval Value */
 
#define AT91_PIT_SR   0x04 /* Status Register */
 
#define AT91_PIT_PITS   (1 << 0) /* Timer Status */
 
#define AT91_PIT_PIVR   0x08 /* Periodic Interval Value Register */
 
#define AT91_PIT_PIIR   0x0c /* Periodic Interval Image Register */
 
#define AT91_PIT_PICNT   (0xfff << 20) /* Interval Counter */
 
#define AT91_PIT_CPIV   (0xfffff) /* Inverval Value */
 

Macro Definition Documentation

#define AT91_PIT_CPIV   (0xfffff) /* Inverval Value */

Definition at line 30 of file at91_pit.h.

#define AT91_PIT_MR   0x00 /* Mode Register */

Definition at line 19 of file at91_pit.h.

#define AT91_PIT_PICNT   (0xfff << 20) /* Interval Counter */

Definition at line 29 of file at91_pit.h.

#define AT91_PIT_PIIR   0x0c /* Periodic Interval Image Register */

Definition at line 28 of file at91_pit.h.

#define AT91_PIT_PITEN   (1 << 24) /* Timer Enabled */

Definition at line 21 of file at91_pit.h.

#define AT91_PIT_PITIEN   (1 << 25) /* Timer Interrupt Enable */

Definition at line 20 of file at91_pit.h.

#define AT91_PIT_PITS   (1 << 0) /* Timer Status */

Definition at line 25 of file at91_pit.h.

#define AT91_PIT_PIV   (0xfffff) /* Periodic Interval Value */

Definition at line 22 of file at91_pit.h.

#define AT91_PIT_PIVR   0x08 /* Periodic Interval Value Register */

Definition at line 27 of file at91_pit.h.

#define AT91_PIT_SR   0x04 /* Status Register */

Definition at line 24 of file at91_pit.h.