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

/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c199 static chan_tab_t *chan_tab_ptr[NUM_DBDMA_CHANS]; variable
308 if (chan_tab_ptr[i] == NULL) {
314 chan_tab_ptr[i] = ctp;
351 return (u32)(&chan_tab_ptr[chan]);
859 chan_tab_ptr[ctp->chan_index] = NULL;
877 ctp = chan_tab_ptr[chan_index];

Completed in 173 milliseconds