|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/sched.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/profile.h>#include <linux/clocksource.h>#include <asm/io.h>#include <asm/traps.h>#include <asm/machdep.h>#include <asm/coldfire.h>#include <asm/mcftimer.h>#include <asm/mcfsim.h>Go to the source code of this file.
Macros | |
| #define | FREQ (MCF_BUSCLK / 16) |
| #define | TA(a) (MCFTIMER_BASE1 + (a)) |
| #define | __raw_readtrr __raw_readw |
| #define | __raw_writetrr __raw_writew |
Functions | |
| void | coldfire_profile_init (void) |
| void | hw_timer_init (irq_handler_t handler) |
| #define __raw_readtrr __raw_readw |
| #define __raw_writetrr __raw_writew |
| #define FREQ (MCF_BUSCLK / 16) |
| #define TA | ( | a | ) | (MCFTIMER_BASE1 + (a)) |
| void hw_timer_init | ( | irq_handler_t | handler | ) |
1.8.2