Go to the source code of this file.
#define DGT_CLK_CTL_DIV_4 0x3 |
#define TIMER_CLEAR 0x000C |
#define TIMER_COUNT_VAL 0x0004 |
#define TIMER_ENABLE 0x0008 |
#define TIMER_ENABLE_CLR_ON_MATCH_EN BIT(1) |
#define TIMER_ENABLE_EN BIT(0) |
#define TIMER_MATCH_VAL 0x0000 |
struct clock_event_device* evt |
Initial value:= {
.init = msm7x01_timer_init
}
Definition at line 333 of file timer.c.
Initial value:= {
.init = msm7x30_timer_init
}
Definition at line 344 of file timer.c.
Initial value:= {
.init = qsd8x50_timer_init
}
Definition at line 355 of file timer.c.