Lines Matching refs:num_slots
249 unsigned num_slots; member
475 if (slot >= ecc->num_slots) in edma_write_slot()
484 if (slot >= ecc->num_slots) in edma_read_slot()
522 ecc->num_slots, in edma_alloc_slot()
524 if (slot == ecc->num_slots) in edma_alloc_slot()
529 } else if (slot >= ecc->num_slots) { in edma_alloc_slot()
543 if (slot >= ecc->num_slots) in edma_free_slot()
565 if (from >= ecc->num_slots || to >= ecc->num_slots) in edma_link()
2096 ecc->num_slots = BIT(value + 4); in edma_setup_from_hw()
2107 dev_dbg(dev, "num_slots: %u\n", ecc->num_slots); in edma_setup_from_hw()
2418 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2452 for (i = 0; i < ecc->num_slots; i++) { in edma_probe()