Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dmips_gictimer.c26 wait = gictimer->vptimers[vp_index].comparelo - gictimer->sh_counterlo - in gic_vptimer_update()
56 return gictimer->sh_counterlo; in mips_gictimer_get_sh_count()
67 return gictimer->sh_counterlo + (uint32_t)(now / TIMER_PERIOD); in mips_gictimer_get_sh_count()
77 gictimer->sh_counterlo = count; in mips_gictimer_store_sh_count()
81 gictimer->sh_counterlo = count - (uint32_t)(now / TIMER_PERIOD); in mips_gictimer_store_sh_count()
111 mips_gictimer_store_sh_count(gictimer, gictimer->sh_counterlo); in mips_gictimer_start_count()
120 gictimer->sh_counterlo += in mips_gictimer_stop_count()
/qemu/include/hw/timer/
H A Dmips_gictimer.h28 uint32_t sh_counterlo; member