Home
last modified time | relevance | path

Searched refs:HPET_PERIOD (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dhpet.h36 #define HPET_PERIOD 0x004 macro
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h10 #define HPET_PERIOD 0x004 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h12 #define HPET_PERIOD 0x004 macro
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c148 period = hpet_readl(HPET_PERIOD); in _hpet_print_config()
1024 hpet_period = hpet_readl(HPET_PERIOD); in hpet_enable()
H A Dtsc.c382 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()