Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dhpet.h10 #define HPET_PERIOD 0x004 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhpet.h12 #define HPET_PERIOD 0x004 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhpet.c147 period = hpet_readl(HPET_PERIOD); in _hpet_print_config()
914 hpet_period = hpet_readl(HPET_PERIOD); in hpet_enable()
H A Dtsc.c345 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()