|
Linux Kernel
3.7.1
|
#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/kernel.h>#include <linux/clk.h>#include <linux/clockchips.h>#include <linux/of.h>#include <linux/of_address.h>#include <linux/of_irq.h>#include <asm/mach/time.h>#include <mach/at91_pit.h>Go to the source code of this file.
Macros | |
| #define | PIT_CPIV(x) ((x) & AT91_PIT_CPIV) |
| #define | PIT_PICNT(x) (((x) & AT91_PIT_PICNT) >> 20) |
Functions | |
| void __init | at91sam926x_ioremap_pit (u32 addr) |
Variables | |
| struct sys_timer | at91sam926x_timer |
| #define PIT_CPIV | ( | x | ) | ((x) & AT91_PIT_CPIV) |
Definition at line 26 of file at91sam926x_time.c.
| #define PIT_PICNT | ( | x | ) | (((x) & AT91_PIT_PICNT) >> 20) |
Definition at line 27 of file at91sam926x_time.c.
Definition at line 249 of file at91sam926x_time.c.
Definition at line 266 of file at91sam926x_time.c.
1.8.2