Lines Matching refs:index
144 * @index: index of this channel in the controller
162 unsigned int index;
363 chan->index, desc, desc->nchunks, &desc->hwdescs.dma);
422 chan->index, chunk, chunk->size, &chunk->src_addr,
479 chan->index, tx->cookie, desc);
989 chan->index, chunk, desc, i, sg, size, len,
1156 "chan%u: failed to map %zx@%pap", rchan->index,
1162 rchan->index, dev_size, &dev_addr, &map->addr,
1222 rchan->index, sg_len, RCAR_DMAC_MAX_SG_LEN);
1569 rcar_dmac_write(dmac, RCAR_DMACHCLR, 1 << chan->index);
1737 unsigned int index)
1745 rchan->index = index;
1747 data->chan_offset_stride * index;
1759 sprintf(pdev_irqname, "ch%u", index);
1765 dev_name(dmac->dev), index);