Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h46 typedef struct SiFivePDMAState { struct
52 } SiFivePDMAState; argument
57 OBJECT_CHECK(SiFivePDMAState, (obj), TYPE_SIFIVE_PDMA)
/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c71 static void sifive_pdma_run(SiFivePDMAState *s, int ch) in sifive_pdma_run()
158 static inline void sifive_pdma_update_irq(SiFivePDMAState *s, int ch) in sifive_pdma_update_irq()
180 static uint64_t sifive_pdma_readq(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readq()
214 static uint32_t sifive_pdma_readl(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readl()
277 SiFivePDMAState *s = opaque; in sifive_pdma_read()
303 static void sifive_pdma_writeq(SiFivePDMAState *s, int ch, in sifive_pdma_writeq()
330 static void sifive_pdma_writel(SiFivePDMAState *s, int ch, in sifive_pdma_writel()
416 SiFivePDMAState *s = opaque; in sifive_pdma_write()
456 SiFivePDMAState *s = SIFIVE_PDMA(dev); in sifive_pdma_realize()
479 .instance_size = sizeof(SiFivePDMAState),
/openbmc/qemu/include/hw/riscv/
H A Dsifive_u.h51 SiFivePDMAState dma;
H A Dmicrochip_pfsoc.h55 SiFivePDMAState dma;