#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/clockchips.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <asm/sched_clock.h>
Go to the source code of this file.
| #define BRIDGE_CAUSE_OFF 0x0110 |
| #define BRIDGE_INT_TIMER0 0x0002 |
| #define BRIDGE_INT_TIMER1 0x0004 |
| #define BRIDGE_MASK_OFF 0x0114 |
| #define TIMER0_RELOAD_EN 0x0002 |
| #define TIMER0_RELOAD_OFF 0x0010 |
| #define TIMER0_VAL_OFF 0x0014 |
| #define TIMER1_RELOAD_EN 0x0008 |
| #define TIMER1_RELOAD_OFF 0x0018 |
| #define TIMER1_VAL_OFF 0x001c |
| #define TIMER_CTRL_OFF 0x0000 |