Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pasemi/
Ddma_lib.c29 #define MAX_TXCH 64 macro
48 static DECLARE_BITMAP(txch_free, MAX_TXCH);
124 limit = MAX_TXCH; in pasemi_alloc_tx_chan()
128 limit = MAX_TXCH; in pasemi_alloc_tx_chan()
132 bit = find_next_bit(txch_free, MAX_TXCH, start); in pasemi_alloc_tx_chan()
152 if (bit >= MAX_TXCH) in pasemi_alloc_rx_chan()
582 for (i = 0; i < MAX_TXCH; i++) in pasemi_dma_init()