Searched refs:XlnxCSUDMA (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 117 static bool xlnx_csu_dma_is_paused(XlnxCSUDMA *s) in xlnx_csu_dma_is_paused() 127 static bool xlnx_csu_dma_get_eop(XlnxCSUDMA *s) in xlnx_csu_dma_get_eop() 132 static bool xlnx_csu_dma_burst_is_fixed(XlnxCSUDMA *s) in xlnx_csu_dma_burst_is_fixed() 137 static bool xlnx_csu_dma_timeout_enabled(XlnxCSUDMA *s) in xlnx_csu_dma_timeout_enabled() 142 static void xlnx_csu_dma_update_done_cnt(XlnxCSUDMA *s, int a) in xlnx_csu_dma_update_done_cnt() 151 static void xlnx_csu_dma_data_process(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_data_process() 187 static void xlnx_csu_dma_update_irq(XlnxCSUDMA *s) in xlnx_csu_dma_update_irq() 193 static uint32_t xlnx_csu_dma_read(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_read() 223 static uint32_t xlnx_csu_dma_write(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_write() 252 static void xlnx_csu_dma_done(XlnxCSUDMA *s) in xlnx_csu_dma_done() [all …]
|
/openbmc/qemu/include/hw/dma/ |
H A D | xlnx_csu_dma.h | 33 typedef struct XlnxCSUDMA { struct 52 } XlnxCSUDMA; argument 54 OBJECT_DECLARE_TYPE(XlnxCSUDMA, XlnxCSUDMAClass, XLNX_CSU_DMA) 69 MemTxResult (*read)(XlnxCSUDMA *s, hwaddr addr, uint32_t len);
|
/openbmc/qemu/include/hw/arm/ |
H A D | xlnx-versal.h | 113 XlnxCSUDMA dma_src; 114 XlnxCSUDMA dma_dst;
|
H A D | xlnx-zynqmp.h | 132 XlnxCSUDMA qspi_dma;
|
/openbmc/qemu/include/hw/ssi/ |
H A D | xlnx-versal-ospi.h | 95 XlnxCSUDMA *dma_src;
|