Searched refs:MAX_RXCH (Results 1 - 1 of 1) sorted by last modified time

/linux-master/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);
573 for (i = 0; i < MAX_RXCH; i++)

Completed in 137 milliseconds