Searched refs:gptm_state (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/timer/ |
H A D | stellaris-gptm.c | 18 static void gptm_update_irq(gptm_state *s) in gptm_update_irq() 25 static void gptm_stop(gptm_state *s, int n) in gptm_stop() 30 static void gptm_reload(gptm_state *s, int n, int reset) in gptm_reload() 61 gptm_state **p = (gptm_state **)opaque; in gptm_tick() 62 gptm_state *s; in gptm_tick() 104 gptm_state *s = (gptm_state *)opaque; in gptm_read() 161 gptm_state *s = (gptm_state *)opaque; in gptm_write() 254 VMSTATE_UINT32(config, gptm_state), 255 VMSTATE_UINT32_ARRAY(mode, gptm_state, 2), 256 VMSTATE_UINT32(control, gptm_state), [all …]
|
/qemu/include/hw/timer/ |
H A D | stellaris-gptm.h | 19 OBJECT_DECLARE_SIMPLE_TYPE(gptm_state, STELLARIS_GPTM) 28 struct gptm_state { struct 43 struct gptm_state *opaque[2]; argument
|