|
Xen Test Framework
|
Basic x86 HPET driver. More...
Include dependency graph for hpet.c:Go to the source code of this file.
Data Structures | |
| union | hpet_timer |
Functions | |
| int | hpet_init (void) |
| Discover and initialise the HPET. More... | |
| void | hpet_init_timer (unsigned int nr, unsigned int irq, uint64_t ticks, bool level, bool periodic, bool mode32bit) |
| Setup and enable a specific HPET timer. More... | |
Variables | |
| unsigned int | hpet_nr_timers |
Basic x86 HPET driver.
Definition in file hpet.c.
| int hpet_init | ( | void | ) |