Lines Matching defs:bcount
343 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) |
359 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt)
367 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1);
416 u32 bcount;
437 bcount = 0;
471 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) {
473 bcount += sg_dma_len(sg);
477 tsi721_desc_fill_end(bd_ptr, bcount, 0);
479 bdma_chan->id, bcount);
504 bcount = sg_dma_len(sg);
515 tsi721_desc_fill_end(bd_ptr, bcount, 0);
518 bdma_chan->id, bcount);