Searched refs:DMA_ENABLE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | dvma.h | 161 #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 D | hp82335.h | 36 DMA_ENABLE = (1 << 0), /* DMA enable */ enumerator
|
| /linux/arch/sparc/include/asm/ |
| H A D | dma.h | 43 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
|
| /linux/drivers/net/ethernet/cirrus/ |
| H A D | cs89x0.h | 421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
|
| /linux/include/linux/usb/ |
| H A D | net2280.h | 338 #define DMA_ENABLE 1 macro
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | denali.h | 267 #define DMA_ENABLE 0x700 macro
|
| H A D | denali.c | 683 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 D | net2280.c | 834 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()
|