Lines Matching refs:dma
31 #include <asm/dma.h>
232 int dma, struct parisc_device *padev)
259 p->dma = dma;
293 if (p->dma == PARPORT_DMA_AUTO) {
294 p->dma = PARPORT_DMA_NONE;
297 if (p->dma == PARPORT_DMA_AUTO) /* To use DMA, giving the irq
299 p->dma = PARPORT_DMA_NONE;
325 p->dma = PARPORT_DMA_NONE;
389 if (p->dma != PARPORT_DMA_NONE)
390 free_dma(p->dma);