Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
timer.h File Reference
#include <asm/mach-rc32434/rb.h>

Go to the source code of this file.

Data Structures

struct  timer_counter
 
struct  timer
 

Macros

#define TIMER0_BASE_ADDR   0x18028000
 
#define TIMER_COUNT   3
 
#define RC32434_CTC_EN_BIT   0
 
#define RC32434_CTC_TO_BIT   1
 
#define RC32434_RTC_MSK(x)   BIT_TO_MASK(x)
 
#define RC32434_RTC_CE_BIT   0
 
#define RC32434_RTC_TO_BIT   1
 
#define RC32434_RTC_RQE_BIT   2
 
#define RC32434_RCOUNT_BIT   0
 
#define RC32434_RCOUNT_MSK   0x0000ffff
 
#define RC32434_RCOMP_BIT   0
 
#define RC32434_RCOMP_MSK   0x0000ffff
 

Macro Definition Documentation

#define RC32434_CTC_EN_BIT   0

Definition at line 50 of file timer.h.

#define RC32434_CTC_TO_BIT   1

Definition at line 51 of file timer.h.

#define RC32434_RCOMP_BIT   0

Definition at line 62 of file timer.h.

#define RC32434_RCOMP_MSK   0x0000ffff

Definition at line 63 of file timer.h.

#define RC32434_RCOUNT_BIT   0

Definition at line 60 of file timer.h.

#define RC32434_RCOUNT_MSK   0x0000ffff

Definition at line 61 of file timer.h.

#define RC32434_RTC_CE_BIT   0

Definition at line 55 of file timer.h.

#define RC32434_RTC_MSK (   x)    BIT_TO_MASK(x)

Definition at line 54 of file timer.h.

#define RC32434_RTC_RQE_BIT   2

Definition at line 57 of file timer.h.

#define RC32434_RTC_TO_BIT   1

Definition at line 56 of file timer.h.

#define TIMER0_BASE_ADDR   0x18028000

Definition at line 34 of file timer.h.

#define TIMER_COUNT   3

Definition at line 35 of file timer.h.