Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dmips_gictimer.h41 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gic);
/qemu/hw/intc/
H A Dmips_gic.c128 ret = gic->sh_config | (mips_gictimer_get_countstop(gic->gic_timer) << in gic_read()
272 uint32_t pre_cntstop = mips_gictimer_get_countstop(gic->gic_timer); in gic_write()
285 if (mips_gictimer_get_countstop(gic->gic_timer)) { in gic_write()
/qemu/hw/timer/
H A Dmips_gictimer.c103 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gictimer) in mips_gictimer_get_countstop() function