Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dedu.c76 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 Dxilinx_spips.h123 uint8_t dma_buf[QSPI_DMA_MAX_BURST_SIZE]; member
/qemu/hw/scsi/
H A Dlsi53c895a.c197 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 Dxilinx_spips.c867 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()