Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dmips_gictimer.h34 uint32_t mips_gictimer_get_freq(MIPSGICTimerState *gic);
/openbmc/qemu/hw/timer/
H A Dmips_gictimer.c15 uint32_t mips_gictimer_get_freq(MIPSGICTimerState *gic) in mips_gictimer_get_freq() function
/openbmc/qemu/hw/mips/
H A Dboston.c245 gic_freq = mips_gictimer_get_freq(s->cps.gic.gic_timer) / 1000000; in boston_platreg_read()