Searched refs:DMA_ENABLE (Results 1 – 9 of 9) sorted by relevance
/drivers/soc/ti/ |
D | knav_dma.c | 33 #define DMA_ENABLE BIT(31) macro 157 writel_relaxed(DMA_ENABLE, &chan->reg_chan->control); in chan_start() 217 if ((value & DMA_ENABLE) == 0) in chan_teardown() 221 if (readl_relaxed(&chan->reg_chan->control) & DMA_ENABLE) { in chan_teardown() 263 writel_relaxed(DMA_ENABLE, &dma->reg_tx_chan[i].control); in dma_hw_enable_all() 288 writel_relaxed(DMA_ENABLE, &dma->reg_rx_chan[i].control); in knav_dma_hw_init() 302 v = ~DMA_ENABLE & REG_MASK; in knav_dma_hw_destroy()
|
/drivers/scsi/ |
D | sun_esp.c | 285 esp->prev_hme_dmacsr &= ~(DMA_ENABLE | DMA_ST_WRITE | in sbus_esp_reset_dma() 388 ~(DMA_ST_WRITE | DMA_ENABLE)); in sbus_esp_dma_invalidate() 411 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sbus_esp_dma_invalidate() 435 csr |= DMA_SCSI_DISAB | DMA_ENABLE; in sbus_esp_send_dma_cmd() 447 csr |= DMA_ENABLE; in sbus_esp_send_dma_cmd()
|
D | sun3x_esp.c | 144 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sun3x_esp_dma_invalidate() 161 csr |= DMA_ENABLE; in sun3x_esp_send_dma_cmd()
|
/drivers/net/ethernet/cirrus/ |
D | cs89x0.h | 421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
|
/drivers/mtd/nand/ |
D | denali.h | 298 #define DMA_ENABLE 0x700 macro
|
D | denali.c | 1022 iowrite32(en ? DMA_ENABLE__FLAG : 0, denali->flash_reg + DMA_ENABLE); in denali_enable_dma() 1023 ioread32(denali->flash_reg + DMA_ENABLE); in denali_enable_dma()
|
/drivers/net/wireless/p54/ |
D | net2280.h | 347 #define DMA_ENABLE 1 macro
|
/drivers/usb/gadget/udc/ |
D | net2280.c | 770 BIT(DMA_ENABLE); 774 handshake(&dma->dmactl, BIT(DMA_ENABLE), 0, 50); in spin_stop_dma() 779 writel(readl(&dma->dmactl) & ~BIT(DMA_ENABLE), &dma->dmactl); in stop_dma() 816 WARN_ON(readl(&dma->dmactl) & BIT(DMA_ENABLE)); in start_dma() 840 writel(BIT(DMA_ENABLE), &dma->dmactl); in start_dma() 873 writel(readl(&ep->dma->dmactl) | BIT(DMA_ENABLE), &ep->dma->dmactl); in resume_dma() 880 writel(readl(&ep->dma->dmactl) & ~BIT(DMA_ENABLE), &ep->dma->dmactl); in ep_stop_dma() 3441 if (!use_dma_chaining || (tmp & BIT(DMA_ENABLE)) == 0) in handle_stat1_irqs()
|
D | net2272.h | 407 #define DMA_ENABLE 0 macro
|