Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c40 #define CONTROL_ERR BIT(31) macro
114 s->chan[ch].control &= ~CONTROL_ERR; in sifive_pdma_run()
154 s->chan[ch].control |= CONTROL_ERR; in sifive_pdma_run()
171 if (err_ie && (s->chan[ch].control & CONTROL_ERR)) { in sifive_pdma_update_irq()