Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl330.c162 typedef struct PL330Fifo { struct
168 } PL330Fifo; argument
175 VMSTATE_VBUFFER_UINT32(buf, PL330Fifo, 1, NULL, buf_size),
176 VMSTATE_VBUFFER_UINT32(tag, PL330Fifo, 1, NULL, buf_size),
177 VMSTATE_UINT32(head, PL330Fifo),
178 VMSTATE_UINT32(num, PL330Fifo),
179 VMSTATE_UINT32(buf_size, PL330Fifo),
257 PL330Fifo fifo;
290 VMSTATE_STRUCT(fifo, PL330State, 0, vmstate_pl330_fifo, PL330Fifo),
341 static void pl330_fifo_init(PL330Fifo *s, uint32_t size) in pl330_fifo_init()
[all …]