Home
last modified time | relevance | path

Searched defs:sdma_channel (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/dma/
Dimx-sdma.c247 struct sdma_channel { struct
248 struct sdma_engine *sdma;
249 unsigned int channel;
250 enum dma_transfer_direction direction;
251 enum sdma_peripheral_type peripheral_type;
252 unsigned int event_id0;
253 unsigned int event_id1;
254 enum dma_slave_buswidth word_size;
255 unsigned int buf_tail;
256 struct completion done;
[all …]