#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/interrupt.h>
#include <linux/export.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/i8253.h>
#include <linux/slab.h>
#include <linux/hpet.h>
#include <linux/init.h>
#include <linux/cpu.h>
#include <linux/pm.h>
#include <linux/io.h>
#include <asm/fixmap.h>
#include <asm/hpet.h>
#include <asm/time.h>
Go to the source code of this file.
#define FSEC_PER_NSEC 1000000L |
#define HPET_DEV_FSB_CAP 0x1000 |
#define HPET_DEV_PERI_CAP 0x2000 |
#define HPET_DEV_USED_BIT 2 |
#define HPET_DEV_VALID 0x8 |
#define HPET_MIN_CYCLES 128 |
#define hpet_print_config |
( |
| ) |
|
Value:do { \
if (hpet_verbose) \
} while (0)
Definition at line 171 of file hpet.c.
__setup |
( |
"nohpet" |
, |
|
|
disable_hpet |
|
|
) |
| |
fs_initcall |
( |
hpet_late_init |
| ) |
|
hpet_enable - Try to setup the HPET timer. Returns 1 on success.
Definition at line 798 of file hpet.c.
unsigned int hpet_readl |
( |
unsigned int |
a | ) |
|
|
inline |
is_hpet_enabled - check whether the hpet timer interrupt is enabled
Definition at line 134 of file hpet.c.
unsigned long hpet_address |