Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson64/
H A Dhpet.c103 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
105 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_state_periodic()
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h69 #define HPET_COMPARE_VAL ((HPET_FREQ + HZ / 2) / HZ) macro