Lines Matching refs:bd_phys
1446 dma_addr_t bd_phys, sts_phys;
1464 &bd_phys, GFP_KERNEL);
1469 priv->mdma.bd_phys = bd_phys;
1473 bd_ptr, &bd_phys);
1486 bd_ptr, bd_phys);
1501 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys &
1503 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32);
1506 iowrite32(((u64)bd_phys >> 32), regs + TSI721_DMAC_DPTRH);
1507 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK),
1550 mdma->bd_base, mdma->bd_phys);