Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c19 #define MAX_TXCH 64 macro
38 static DECLARE_BITMAP(txch_free, MAX_TXCH);
114 limit = MAX_TXCH; in pasemi_alloc_tx_chan()
118 limit = MAX_TXCH; in pasemi_alloc_tx_chan()
122 bit = find_next_bit(txch_free, MAX_TXCH, start); in pasemi_alloc_tx_chan()
142 if (bit >= MAX_TXCH) in pasemi_alloc_rx_chan()
570 for (i = 0; i < MAX_TXCH; i++) in pasemi_dma_init()