Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dmips_gictimer.h35 uint32_t mips_gictimer_get_sh_count(MIPSGICTimerState *gic);
/openbmc/qemu/hw/intc/
H A Dmips_gic.c96 mips_gictimer_get_sh_count(gic->gic_timer); in gic_read_vp()
132 ret = mips_gictimer_get_sh_count(gic->gic_timer); in gic_read()
180 ret = mips_gictimer_get_sh_count(gic->gic_timer); in gic_read()
/openbmc/qemu/hw/timer/
H A Dmips_gictimer.c52 uint32_t mips_gictimer_get_sh_count(MIPSGICTimerState *gictimer) in mips_gictimer_get_sh_count() function