Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dbcm2835_aux.c50 static void bcm2835_aux_update(BCM2835AuxState *s) in bcm2835_aux_update()
68 BCM2835AuxState *s = opaque; in bcm2835_aux_read()
160 BCM2835AuxState *s = opaque; in bcm2835_aux_write()
222 BCM2835AuxState *s = opaque; in bcm2835_aux_can_receive()
229 BCM2835AuxState *s = opaque; in bcm2835_aux_put_fifo()
266 VMSTATE_UINT8(read_pos, BCM2835AuxState),
268 VMSTATE_UINT8(ier, BCM2835AuxState),
269 VMSTATE_UINT8(iir, BCM2835AuxState),
277 BCM2835AuxState *s = BCM2835_AUX(obj); in bcm2835_aux_init()
287 BCM2835AuxState *s = BCM2835_AUX(dev); in bcm2835_aux_realize()
[all …]
/openbmc/qemu/include/hw/char/
H A Dbcm2835_aux.h17 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835AuxState, BCM2835_AUX)
21 struct BCM2835AuxState { struct
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h56 BCM2835AuxState aux;