Searched refs:SiFivePDMAState (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/hw/dma/ |
| H A D | sifive_pdma.h | 46 typedef struct SiFivePDMAState { struct 52 } SiFivePDMAState; argument 57 OBJECT_CHECK(SiFivePDMAState, (obj), TYPE_SIFIVE_PDMA)
|
| /openbmc/qemu/hw/dma/ |
| H A D | sifive_pdma.c | 71 static void sifive_pdma_run(SiFivePDMAState *s, int ch) in sifive_pdma_run() 157 static inline void sifive_pdma_update_irq(SiFivePDMAState *s, int ch) in sifive_pdma_update_irq() 179 static uint64_t sifive_pdma_readq(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readq() 213 static uint32_t sifive_pdma_readl(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readl() 276 SiFivePDMAState *s = opaque; in sifive_pdma_read() 302 static void sifive_pdma_writeq(SiFivePDMAState *s, int ch, in sifive_pdma_writeq() 329 static void sifive_pdma_writel(SiFivePDMAState *s, int ch, in sifive_pdma_writel() 415 SiFivePDMAState *s = opaque; in sifive_pdma_write() 455 SiFivePDMAState *s = SIFIVE_PDMA(dev); in sifive_pdma_realize() 478 .instance_size = sizeof(SiFivePDMAState),
|
| /openbmc/qemu/include/hw/riscv/ |
| H A D | sifive_u.h | 51 SiFivePDMAState dma;
|
| H A D | microchip_pfsoc.h | 55 SiFivePDMAState dma;
|