Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
A Ddvma.h155 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
200 #define DMA_OFF(regs) ((((regs)->cond_reg) &= (~DMA_ENABLE)))
206 ((((regs)->cond_reg |= (DMA_ST_WRITE|DMA_ENABLE|DMA_INT_ENAB))))
208 ((((regs)->cond_reg |= ((DMA_ENABLE|DMA_INT_ENAB)&(~DMA_ST_WRITE)))))
/linux/drivers/soc/ti/
A Dknav_dma.c33 #define DMA_ENABLE BIT(31) macro
164 writel_relaxed(DMA_ENABLE, &chan->reg_chan->control); in chan_start()
224 if ((value & DMA_ENABLE) == 0) in chan_teardown()
228 if (readl_relaxed(&chan->reg_chan->control) & DMA_ENABLE) { in chan_teardown()
270 writel_relaxed(DMA_ENABLE, &dma->reg_tx_chan[i].control); in dma_hw_enable_all()
295 writel_relaxed(DMA_ENABLE, &dma->reg_rx_chan[i].control); in knav_dma_hw_init()
309 v = ~DMA_ENABLE & REG_MASK; in knav_dma_hw_destroy()
/linux/drivers/scsi/
A Dsun_esp.c251 esp->prev_hme_dmacsr &= ~(DMA_ENABLE | DMA_ST_WRITE | in sbus_esp_reset_dma()
354 ~(DMA_ST_WRITE | DMA_ENABLE)); in sbus_esp_dma_invalidate()
377 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sbus_esp_dma_invalidate()
401 csr |= DMA_SCSI_DISAB | DMA_ENABLE; in sbus_esp_send_dma_cmd()
413 csr |= DMA_ENABLE; in sbus_esp_send_dma_cmd()
A Dsun3x_esp.c121 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sun3x_esp_dma_invalidate()
138 csr |= DMA_ENABLE; in sun3x_esp_send_dma_cmd()
/linux/arch/sparc/include/asm/
A Ddma.h43 #define DMA_ENABLE 0x00000200 /* Fire up DMA, handle requests */ macro
/linux/drivers/net/ethernet/cirrus/
A Dcs89x0.h421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
/linux/drivers/spi/
A Dspi-qcom-qspi.c25 #define DMA_ENABLE BIT(8) macro
322 mstr_cfg &= ~DMA_ENABLE; in qcom_qspi_prepare_message()
/linux/drivers/mtd/nand/raw/
A Ddenali.h267 #define DMA_ENABLE 0x700 macro
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/include/linux/usb/
A Dnet2280.h352 #define DMA_ENABLE 1 macro
/linux/drivers/usb/gadget/udc/
A Dnet2272.h389 #define DMA_ENABLE 0 macro
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()

Completed in 34 milliseconds