|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/i8253.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/smp.h>#include <linux/time.h>#include <linux/clockchips.h>#include <asm/sni.h>#include <asm/time.h>#include <asm-generic/rtc.h>Go to the source code of this file.
Macros | |
| #define | SNI_CLOCK_TICK_RATE 3686400 |
| #define | SNI_COUNTER2_DIV 64 |
| #define | SNI_COUNTER0_DIV ((SNI_CLOCK_TICK_RATE / SNI_COUNTER2_DIV) / HZ) |
| #define | SNI_8254_TICK_RATE 1193182UL |
| #define | SNI_8254_TCSAMP_COUNTER ((SNI_8254_TICK_RATE / HZ) + 255) |
Functions | |
| void __init | plat_time_init (void) |
| void | read_persistent_clock (struct timespec *ts) |
| #define SNI_8254_TCSAMP_COUNTER ((SNI_8254_TICK_RATE / HZ) + 255) |
| #define SNI_COUNTER0_DIV ((SNI_CLOCK_TICK_RATE / SNI_COUNTER2_DIV) / HZ) |
1.8.2