|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/sched.h>#include <linux/kernel.h>#include <linux/param.h>#include <linux/string.h>#include <linux/mm.h>#include <linux/interrupt.h>#include <linux/init.h>#include <linux/timex.h>#include <asm/segment.h>#include <asm/io.h>#include <asm/irq.h>#include <asm/regs306x.h>Go to the source code of this file.
Macros | |
| #define | _16BASE 0xffff78 |
| #define | _16IRQ 24 |
| #define | TCR 0 |
| #define | TIOR 1 |
| #define | TCNT 2 |
| #define | GRA 4 |
| #define | GRB 6 |
| #define | H8300_TIMER_FREQ CONFIG_CPU_CLOCK*10000 /* Timer input freq. */ |
Functions | |
| void __init | h8300_timer_setup (void) |
1.8.2