Searched refs:chan_type (Results 1 – 3 of 3) sorted by relevance
214 chan->chan_type = type; in pasemi_dma_alloc_chan()231 switch (chan->chan_type & (RXCHAN|TXCHAN)) { in pasemi_dma_free_chan()296 if (chan->chan_type == RXCHAN) in pasemi_dma_start_chan()323 if (chan->chan_type == RXCHAN) { in pasemi_dma_stop_chan()
406 struct chan_type { struct411 static const struct chan_type chan_table[] = { argument450 const struct chan_type *entry; in parse_chan()
484 enum pasemi_dmachan_type chan_type; /* TX / RX */ member