Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Ddvma.h161 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
206 #define DMA_OFF(regs) ((((regs)->cond_reg) &= (~DMA_ENABLE)))
212 ((((regs)->cond_reg |= (DMA_ST_WRITE|DMA_ENABLE|DMA_INT_ENAB))))
214 ((((regs)->cond_reg |= ((DMA_ENABLE|DMA_INT_ENAB)&(~DMA_ST_WRITE)))))
/linux/drivers/gpib/hp_82335/
H A Dhp82335.h36 DMA_ENABLE = (1 << 0), /* DMA enable */ enumerator
/linux/arch/sparc/include/asm/
H A Ddma.h43 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.h421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
/linux/include/linux/usb/
H A Dnet2280.h338 #define DMA_ENABLE 1 macro
/linux/drivers/mtd/nand/raw/
H A Ddenali.h267 #define DMA_ENABLE 0x700 macro
H A Ddenali.c683 iowrite32(DMA_ENABLE__FLAG, denali->reg + DMA_ENABLE); in denali_dma_xfer()
689 ioread32(denali->reg + DMA_ENABLE); in denali_dma_xfer()
700 iowrite32(0, denali->reg + DMA_ENABLE); in denali_dma_xfer()
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c834 BIT(DMA_ENABLE);
838 handshake(&dma->dmactl, BIT(DMA_ENABLE), 0, 50); in spin_stop_dma()
843 writel(readl(&dma->dmactl) & ~BIT(DMA_ENABLE), &dma->dmactl); in stop_dma()
877 WARN_ON(readl(&dma->dmactl) & BIT(DMA_ENABLE)); in start_dma()
901 writel(BIT(DMA_ENABLE), &dma->dmactl); in start_dma()