Searched defs:DMA_ENABLE (Results 1 - 5 of 5) sorted by relevance

/drivers/soc/ti/
H A Dknav_dma.c33 #define DMA_ENABLE BIT(31) macro
157 writel_relaxed(DMA_ENABLE, &chan->reg_chan->control);
217 if ((value & DMA_ENABLE) == 0)
221 if (readl_relaxed(&chan->reg_chan->control) & DMA_ENABLE) {
263 writel_relaxed(DMA_ENABLE, &dma->reg_tx_chan[i].control);
288 writel_relaxed(DMA_ENABLE, &dma->reg_rx_chan[i].control);
302 v = ~DMA_ENABLE & REG_MASK;
/drivers/net/ethernet/cirrus/
H A Dcs89x0.h421 #define DMA_ENABLE 0x00 /* Enable channel n */ macro
/drivers/net/wireless/p54/
H A Dnet2280.h347 #define DMA_ENABLE 1 macro
/drivers/mtd/nand/
H A Ddenali.h298 #define DMA_ENABLE 0x700 macro
/drivers/usb/gadget/udc/
H A Dnet2272.h407 #define DMA_ENABLE 0 macro

Completed in 453 milliseconds