Lines Matching defs:slot
514 int slot = -1;
520 /* Try to get a free 2D slot */
527 slot = i;
530 if (slot < 0)
533 imxdma->slots_2d[slot].xsr = d->x;
534 imxdma->slots_2d[slot].ysr = d->y;
535 imxdma->slots_2d[slot].wsr = d->w;
536 imxdma->slots_2d[slot].count++;
538 imxdmac->slot_2d = slot;
541 if (slot == IMX_DMA_2D_SLOT_A) {
556 * similar to MEMCPY just adding the 2D slot configuration.
640 /* Free 2D slot if it was an interleaved transfer */