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