Home
last modified time | relevance | path

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

/arch/mips/alchemy/common/
Ddbdma.c320 ctp->chan_index = chan = i; in au1xxx_dbdma_chan_alloc()
856 chan_tab_ptr[ctp->chan_index] = NULL; in au1xxx_dbdma_chan_free()
865 u32 chan_index; in dbdma_interrupt() local
872 chan_index = __ffs(intstat); in dbdma_interrupt()
874 ctp = chan_tab_ptr[chan_index]; in dbdma_interrupt()
/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h322 u32 chan_index; member