Lines Matching refs:rio_addr
335 u64 rio_addr;
343 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) |
345 rio_addr = (desc->rio_addr >> 2) |
347 bd_ptr->raddr_lo = cpu_to_le32(rio_addr & 0xffffffff);
348 bd_ptr->raddr_hi = cpu_to_le32(rio_addr >> 32);
414 u64 rio_addr;
435 rio_addr = desc->rio_addr;
482 desc->rio_addr = rio_addr;
501 bdma_chan->id, bd_ptr, desc->destid, desc->rio_addr);
521 rio_addr += sg_dma_len(sg);
588 bdma_chan->id, dmac_sts, desc->destid, desc->rio_addr);
873 desc->rio_addr = rext->rio_addr;