Home
last modified time | relevance | path

Searched refs:TXCHAN (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/platforms/pasemi/
Ddma_lib.c186 switch (type & (TXCHAN|RXCHAN)) { in pasemi_dma_alloc_chan()
194 case TXCHAN: in pasemi_dma_alloc_chan()
219 switch (chan->chan_type & (RXCHAN|TXCHAN)) { in pasemi_dma_free_chan()
223 case TXCHAN: in pasemi_dma_free_chan()
/arch/powerpc/include/asm/
Dpasemi_dma.h465 TXCHAN = 1, /* Any TX chan */ enumerator