Searched refs:DMA_ENABLE (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
H A Ddvma.h154 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
199 #define DMA_OFF(regs) ((((regs)->cond_reg) &= (~DMA_ENABLE)))
205 ((((regs)->cond_reg |= (DMA_ST_WRITE|DMA_ENABLE|DMA_INT_ENAB))))
207 ((((regs)->cond_reg |= ((DMA_ENABLE|DMA_INT_ENAB)&(~DMA_ST_WRITE)))))
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h75 #define DMA_ENABLE( inst ) \ macro
/linux-4.4.14/drivers/scsi/
H A Dsun_esp.c285 esp->prev_hme_dmacsr &= ~(DMA_ENABLE | DMA_ST_WRITE | sbus_esp_reset_dma()
388 ~(DMA_ST_WRITE | DMA_ENABLE)); sbus_esp_dma_invalidate()
411 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); sbus_esp_dma_invalidate()
435 csr |= DMA_SCSI_DISAB | DMA_ENABLE; sbus_esp_send_dma_cmd()
447 csr |= DMA_ENABLE; sbus_esp_send_dma_cmd()
H A Dsun3x_esp.c144 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); sun3x_esp_dma_invalidate()
161 csr |= DMA_ENABLE; sun3x_esp_send_dma_cmd()
/linux-4.4.14/drivers/soc/ti/
H A Dknav_dma.c33 #define DMA_ENABLE BIT(31) macro
157 writel_relaxed(DMA_ENABLE, &chan->reg_chan->control); chan_start()
217 if ((value & DMA_ENABLE) == 0) chan_teardown()
221 if (readl_relaxed(&chan->reg_chan->control) & DMA_ENABLE) { chan_teardown()
263 writel_relaxed(DMA_ENABLE, &dma->reg_tx_chan[i].control); dma_hw_enable_all()
288 writel_relaxed(DMA_ENABLE, &dma->reg_rx_chan[i].control); knav_dma_hw_init()
302 v = ~DMA_ENABLE & REG_MASK; knav_dma_hw_destroy()
/linux-4.4.14/arch/sparc/include/asm/
H A Ddma.h42 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
/linux-4.4.14/drivers/mtd/nand/
H A Ddenali.h300 #define DMA_ENABLE 0x700 macro
H A Ddenali.c1028 iowrite32(en ? DMA_ENABLE__FLAG : 0, denali->flash_reg + DMA_ENABLE); denali_enable_dma()
1029 ioread32(denali->flash_reg + DMA_ENABLE); denali_enable_dma()
/linux-4.4.14/include/linux/usb/
H A Dnet2280.h351 #define DMA_ENABLE 1 macro
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dnet2272.h407 #define DMA_ENABLE 0 macro
H A Dnet2280.c840 BIT(DMA_ENABLE);
844 handshake(&dma->dmactl, BIT(DMA_ENABLE), 0, 50); spin_stop_dma()
849 writel(readl(&dma->dmactl) & ~BIT(DMA_ENABLE), &dma->dmactl); stop_dma()
886 WARN_ON(readl(&dma->dmactl) & BIT(DMA_ENABLE)); start_dma()
910 writel(BIT(DMA_ENABLE), &dma->dmactl); start_dma()
/linux-4.4.14/drivers/net/ethernet/cirrus/
H A Dcs89x0.h421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
/linux-4.4.14/drivers/ata/
H A Dsata_sil.c565 /* Ensure DMA_ENABLE is off. sil_freeze()

Completed in 458 milliseconds