Searched refs:MIPSGICTimerState (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/include/hw/timer/ |
| H A D | mips_gictimer.h | 14 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, 39 void mips_gictimer_store_vp_compare(MIPSGICTimerState *gic, uint32_t vp_index, 41 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gic); 42 void mips_gictimer_start_count(MIPSGICTimerState *gic); [all …]
|
| /openbmc/qemu/hw/timer/ |
| H A D | mips_gictimer.c | 15 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() 33 static void gic_vptimer_expire(MIPSGICTimerState *gictimer, uint32_t vp_index, in gic_vptimer_expire() 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() 71 void mips_gictimer_store_sh_count(MIPSGICTimerState *gictimer, uint64_t count) in mips_gictimer_store_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() [all …]
|
| /openbmc/qemu/include/hw/intc/ |
| H A D | mips_gic.h | 212 MIPSGICTimerState *gic_timer;
|