Home
last modified time | relevance | path

Searched refs:HPET_COMPARE_VAL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/loongson/loongson-3/
Dhpet.c101 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode()
103 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode()
/linux-4.1.27/arch/mips/include/asm/
Dhpet.h68 #define HPET_COMPARE_VAL ((HPET_FREQ + HZ / 2) / HZ) macro