Searched refs:SP804State (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | arm_timer.c | 195 OBJECT_DECLARE_SIMPLE_TYPE(SP804State, SP804) 197 struct SP804State { struct 217 SP804State *s = (SP804State *)opaque; in sp804_set_irq() argument 226 SP804State *s = (SP804State *)opaque; in sp804_read() 258 SP804State *s = (SP804State *)opaque; in sp804_write() 286 VMSTATE_INT32_ARRAY(level, SP804State, 2), 293 SP804State *s = SP804(obj); in sp804_init() 304 SP804State *s = SP804(dev); in sp804_realize() 391 DEFINE_PROP_UINT32("freq0", SP804State, freq0, 1000000), 392 DEFINE_PROP_UINT32("freq1", SP804State, freq1, 1000000), [all …]
|