Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c36 #define CONTROL_RUN BIT(1) macro
148 s->chan[ch].control &= ~CONTROL_RUN; in sifive_pdma_run()
339 run = !!(s->chan[ch].control & CONTROL_RUN); in sifive_pdma_writel()
363 s->chan[ch].control &= ~CONTROL_RUN; in sifive_pdma_writel()
367 if (value & CONTROL_RUN) { in sifive_pdma_writel()