rxch_free          37 arch/powerpc/platforms/pasemi/dma_lib.c static DECLARE_BITMAP(rxch_free, MAX_RXCH);
rxch_free         139 arch/powerpc/platforms/pasemi/dma_lib.c 	bit = find_first_bit(rxch_free, MAX_RXCH);
rxch_free         142 arch/powerpc/platforms/pasemi/dma_lib.c 	if (!test_and_clear_bit(bit, rxch_free))
rxch_free         150 arch/powerpc/platforms/pasemi/dma_lib.c 	BUG_ON(test_bit(chan, rxch_free));
rxch_free         151 arch/powerpc/platforms/pasemi/dma_lib.c 	set_bit(chan, rxch_free);
rxch_free         572 arch/powerpc/platforms/pasemi/dma_lib.c 		__set_bit(i, rxch_free);