Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c39 #define CONTROL_DONE BIT(30) macro
113 s->chan[ch].control &= ~CONTROL_DONE; in sifive_pdma_run()
149 s->chan[ch].control |= CONTROL_DONE; in sifive_pdma_run()
165 if (done_ie && (s->chan[ch].control & CONTROL_DONE)) { in sifive_pdma_update_irq()