Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c20 #define MAX_RXCH 64 macro
39 static DECLARE_BITMAP(rxch_free, MAX_RXCH);
141 bit = find_first_bit(rxch_free, MAX_RXCH); in pasemi_alloc_rx_chan()
573 for (i = 0; i < MAX_RXCH; i++) in pasemi_dma_init()