Searched refs:dma_buf (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/misc/ |
H A D | edu.c | 76 char dma_buf[DMA_SIZE]; member 154 edu->dma_buf + dst, edu->dma.cnt); in edu_dma_timer() 160 edu->dma_buf + src, edu->dma.cnt); in edu_dma_timer()
|
/qemu/include/hw/ssi/ |
H A D | xilinx_spips.h | 123 uint8_t dma_buf[QSPI_DMA_MAX_BURST_SIZE]; member
|
/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 197 uint8_t *dma_buf; member 656 if (s->current->dma_buf == NULL) { in lsi_do_dma() 657 s->current->dma_buf = scsi_req_get_buf(s->current->req); in lsi_do_dma() 661 lsi_mem_read(s, addr, s->current->dma_buf, count); in lsi_do_dma() 663 lsi_mem_write(s, addr, s->current->dma_buf, count); in lsi_do_dma() 667 s->current->dma_buf = NULL; in lsi_do_dma() 670 s->current->dma_buf += count; in lsi_do_dma() 2206 assert(s->current->dma_buf == NULL); in lsi_pre_save()
|
/qemu/hw/ssi/ |
H A D | xilinx_spips.c | 867 memcpy(rq->dma_buf, rxd, num); in xlnx_zynqmp_qspips_notify() 869 ret = stream_push(rq->dma, rq->dma_buf, num, false); in xlnx_zynqmp_qspips_notify()
|