Lines Matching defs:bd_phys
1421 dma_addr_t bd_phys, sts_phys;
1439 &bd_phys, GFP_KERNEL);
1444 priv->mdma.bd_phys = bd_phys;
1448 bd_ptr, &bd_phys);
1461 bd_ptr, bd_phys);
1476 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys &
1478 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32);
1481 iowrite32(((u64)bd_phys >> 32), regs + TSI721_DMAC_DPTRH);
1482 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK),
1525 mdma->bd_base, mdma->bd_phys);