Home
last modified time | relevance | path

Searched refs:operation_finished (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c283 VMSTATE_BOOL_ARRAY(operation_finished, XlnxDPDMAState, 6),
592 s->operation_finished[i] = true; in xlnx_dpdma_reset()
705 if ((s->operation_finished[channel]) in xlnx_dpdma_start_operation()
708 s->operation_finished[channel] = false; in xlnx_dpdma_start_operation()
716 s->operation_finished[channel] = true; in xlnx_dpdma_start_operation()
731 s->operation_finished[channel] = true; in xlnx_dpdma_start_operation()
740 s->operation_finished[channel] = true; in xlnx_dpdma_start_operation()
750 s->operation_finished[channel] = true; in xlnx_dpdma_start_operation()
758 s->operation_finished[channel] = done; in xlnx_dpdma_start_operation()
/openbmc/qemu/include/hw/dma/
H A Dxlnx_dpdma.h42 bool operation_finished[6]; member