Searched defs:dma_channel (Results 1 – 4 of 4) sorted by relevance
63 struct dma_channel { struct64 char dev_id[16]; /* unique name per DMAC of channel */66 unsigned int chan; /* DMAC channel number */67 unsigned int vchan; /* Virtual channel number */69 unsigned int mode;70 unsigned int count;94 struct dma_channel *channels; argument
22 struct dma_channel { struct30 static struct dma_channel dma_channels[MAX_DMA_CHANNELS]; argument
100 struct dma_channel { struct101 struct dma_reg ch[DMA_CHAN_COUNT];
28 static inline dma_t *dma_channel(unsigned int chan) in dma_channel() function