Home
last modified time | relevance | path

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

/external/qemu/hw/
Dmips_timer.c5 #define TIMER_FREQ 100 * 1000 * 1000 macro
30 TIMER_FREQ, get_ticks_per_sec()); in cpu_mips_get_count()
40 (uint32_t)muldiv64(now, TIMER_FREQ, get_ticks_per_sec()); in cpu_mips_timer_update()
41 next = now + muldiv64(wait, get_ticks_per_sec(), TIMER_FREQ); in cpu_mips_timer_update()
53 TIMER_FREQ, get_ticks_per_sec()); in cpu_mips_store_count()
78 TIMER_FREQ, get_ticks_per_sec()); in cpu_mips_stop_count()