Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dmips_gictimer.h14 typedef struct MIPSGICTimerState MIPSGICTimerState; typedef
22 MIPSGICTimerState *gictimer;
25 struct MIPSGICTimerState { struct
34 uint32_t mips_gictimer_get_freq(MIPSGICTimerState *gic); argument
35 uint32_t mips_gictimer_get_sh_count(MIPSGICTimerState *gic);
36 void mips_gictimer_store_sh_count(MIPSGICTimerState *gic, uint64_t count);
37 uint32_t mips_gictimer_get_vp_compare(MIPSGICTimerState *gictimer,
41 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gic);
42 void mips_gictimer_start_count(MIPSGICTimerState *gic);
43 void mips_gictimer_stop_count(MIPSGICTimerState *gic);
[all …]
/qemu/hw/timer/
H A Dmips_gictimer.c15 uint32_t mips_gictimer_get_freq(MIPSGICTimerState *gic) in mips_gictimer_get_freq()
20 static void gic_vptimer_update(MIPSGICTimerState *gictimer, in gic_vptimer_update()
47 MIPSGICTimerState *gictimer = vptimer->gictimer; in gic_vptimer_cb()
52 uint32_t mips_gictimer_get_sh_count(MIPSGICTimerState *gictimer) in mips_gictimer_get_sh_count()
89 uint32_t mips_gictimer_get_vp_compare(MIPSGICTimerState *gictimer, in mips_gictimer_get_vp_compare()
95 void mips_gictimer_store_vp_compare(MIPSGICTimerState *gictimer, in mips_gictimer_store_vp_compare()
103 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gictimer) in mips_gictimer_get_countstop()
108 void mips_gictimer_start_count(MIPSGICTimerState *gictimer) in mips_gictimer_start_count()
114 void mips_gictimer_stop_count(MIPSGICTimerState *gictimer) in mips_gictimer_stop_count()
127 MIPSGICTimerState *mips_gictimer_init(void *opaque, uint32_t nvps, in mips_gictimer_init()
[all …]
/qemu/include/hw/intc/
H A Dmips_gic.h212 MIPSGICTimerState *gic_timer;