Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dhpet.h67 #define HPET_FREQ 14318780 macro
68 #define HPET_COMPARE_VAL ((HPET_FREQ + HZ / 2) / HZ)
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dhpet.c213 clockevent_set_clock(cd, HPET_FREQ); in setup_hpet_timer()
253 csrc_hpet.mult = clocksource_hz2mult(HPET_FREQ, csrc_hpet.shift); in init_hpet_clocksource()
254 return clocksource_register_hz(&csrc_hpet, HPET_FREQ); in init_hpet_clocksource()