txch_free 36 arch/powerpc/platforms/pasemi/dma_lib.c static DECLARE_BITMAP(txch_free, MAX_TXCH); txch_free 120 arch/powerpc/platforms/pasemi/dma_lib.c bit = find_next_bit(txch_free, MAX_TXCH, start); txch_free 123 arch/powerpc/platforms/pasemi/dma_lib.c if (!test_and_clear_bit(bit, txch_free)) txch_free 131 arch/powerpc/platforms/pasemi/dma_lib.c BUG_ON(test_bit(chan, txch_free)); txch_free 132 arch/powerpc/platforms/pasemi/dma_lib.c set_bit(chan, txch_free); txch_free 569 arch/powerpc/platforms/pasemi/dma_lib.c __set_bit(i, txch_free);