Home
last modified time | relevance | path

Searched refs:chan_type (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pasemi/
Ddma_lib.c214 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()
/arch/um/drivers/
Dchan_kern.c406 struct chan_type { struct
411 static const struct chan_type chan_table[] = { argument
450 const struct chan_type *entry; in parse_chan()
/arch/powerpc/include/asm/
Dpasemi_dma.h484 enum pasemi_dmachan_type chan_type; /* TX / RX */ member