Searched refs:DMA_DONE (Results 1 – 3 of 3) sorted by relevance
55 #define DMA_DONE 0x0001 /* DMA Completion Interrupt Status */ macro
218 dma->irq_status = (dma->irq_status & ~DMA_RUN) | DMA_DONE; in bfin_dma_finish_x()400 dv_w1c_2 (value16p, value, DMA_DONE | DMA_ERR); in bfin_dma_io_write_buffer()
328 #define DMA_DONE (u_int16_t) (0x0100) /* DMA cards only */ macro