Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl080.c57 VMSTATE_UINT8(tc_int, PL080State),
61 VMSTATE_UINT32(conf, PL080State),
62 VMSTATE_UINT32(sync, PL080State),
81 static void pl080_update(PL080State *s) in pl080_update()
91 static void pl080_run(PL080State *s) in pl080_run()
220 PL080State *s = (PL080State *)opaque; in pl080_read()
289 PL080State *s = (PL080State *)opaque; in pl080_write()
357 PL080State *s = PL080(dev); in pl080_reset()
382 PL080State *s = PL080(obj); in pl080_init()
394 PL080State *s = PL080(dev); in pl080_realize()
[all …]
/openbmc/qemu/include/hw/dma/
H A Dpl080.h47 OBJECT_DECLARE_SIMPLE_TYPE(PL080State, PL080)
49 struct PL080State { struct
/openbmc/qemu/hw/arm/
H A Dmps2-tz.c156 PL080State dma[4];
638 PL080State *dma = opaque; in make_dma()