Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dedu.c64 #define EDU_DMA_RUN 0x1 macro
145 if (!(edu->dma.cmd & EDU_DMA_RUN)) { in edu_dma_timer()
163 edu->dma.cmd &= ~EDU_DMA_RUN; in edu_dma_timer()
176 if (write && (edu->dma.cmd & EDU_DMA_RUN)) { in dma_rw()
294 if (!(val & EDU_DMA_RUN)) { in edu_mmio_write()