Lines Matching refs:num_slots
241 unsigned num_slots; member
432 if (slot >= ecc->num_slots) in edma_write_slot()
441 if (slot >= ecc->num_slots) in edma_read_slot()
479 ecc->num_slots, in edma_alloc_slot()
481 if (slot == ecc->num_slots) in edma_alloc_slot()
486 } else if (slot >= ecc->num_slots) { in edma_alloc_slot()
500 if (slot >= ecc->num_slots) in edma_free_slot()
522 if (from >= ecc->num_slots || to >= ecc->num_slots) in edma_link()
2047 ecc->num_slots = BIT(value + 4); in edma_setup_from_hw()
2058 dev_dbg(dev, "num_slots: %u\n", ecc->num_slots); in edma_setup_from_hw()
2369 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2403 for (i = 0; i < ecc->num_slots; i++) { in edma_probe()