Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Ddbdma.c190 static chan_tab_t *chan_tab_ptr[NUM_DBDMA_CHANS]; variable
267 if (chan_tab_ptr[i] == NULL) { in au1xxx_dbdma_chan_alloc()
272 chan_tab_ptr[i] = ctp; in au1xxx_dbdma_chan_alloc()
308 rv = (u32)(&chan_tab_ptr[chan]); in au1xxx_dbdma_chan_alloc()
745 chan_tab_ptr[ctp->chan_index] = NULL; in au1xxx_dbdma_chan_free()
763 ctp = chan_tab_ptr[chan_index]; in dbdma_interrupt()