Searched refs:soc_dma_io_t (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 28 typedef void (*soc_dma_io_t)(void *opaque, uint8_t *buf, int len); typedef 60 soc_dma_io_t io_fn[2]; 98 soc_dma_io_t fn, void *opaque, int out); 103 hwaddr virt_base, soc_dma_io_t fn, void *opaque) in soc_dma_port_add_fifo_in() 109 hwaddr virt_base, soc_dma_io_t fn, void *opaque) in soc_dma_port_add_fifo_out()
|
/openbmc/qemu/hw/dma/ |
H A D | soc_dma.c | 72 soc_dma_io_t fn; 260 soc_dma_io_t fn, void *opaque, int out) in soc_dma_port_add_fifo()
|