Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pasemi/
Ddma_lib.c198 switch (type & (TXCHAN|RXCHAN)) { in pasemi_dma_alloc_chan()
206 case TXCHAN: in pasemi_dma_alloc_chan()
231 switch (chan->chan_type & (RXCHAN|TXCHAN)) { in pasemi_dma_free_chan()
235 case TXCHAN: in pasemi_dma_free_chan()
/arch/powerpc/include/asm/
Dpasemi_dma.h477 TXCHAN = 1, /* Any TX chan */ enumerator