Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dbcm2835_systmr.c43 BCM2835SystemTimerState *s = BCM2835_SYSTIMER(opaque); in bcm2835_systmr_read()
73 BCM2835SystemTimerState *s = BCM2835_SYSTIMER(opaque); in bcm2835_systmr_write()
123 BCM2835SystemTimerState *s = BCM2835_SYSTIMER(dev); in bcm2835_systmr_reset()
130 BCM2835SystemTimerState *s = BCM2835_SYSTIMER(dev); in bcm2835_systmr_realize()
150 VMSTATE_UINT32(reg.ctrl_status, BCM2835SystemTimerState),
151 VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState,
169 .instance_size = sizeof(BCM2835SystemTimerState),
/openbmc/qemu/include/hw/timer/
H A Dbcm2835_systmr.h18 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835SystemTimerState, BCM2835_SYSTIMER)
26 BCM2835SystemTimerState *state;
29 struct BCM2835SystemTimerState { struct
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h55 BCM2835SystemTimerState systmr;