Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dedma.c252 unsigned long *slot_inuse; member
469 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot()
474 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot()
479 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot()
495 clear_bit(slot, ecc->slot_inuse); in edma_free_slot()
2364 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2370 if (!ecc->slave_chans || !ecc->slot_inuse || !ecc->channels_mask) { in edma_probe()
2385 bitmap_set(ecc->slot_inuse, reserved[i][0], in edma_probe()
2400 if (!test_bit(i, ecc->slot_inuse)) in edma_probe()