Lines Matching defs:sts_phys
69 dma_addr_t sts_phys;
101 &sts_phys, GFP_ATOMIC);
111 bdma_chan->sts_phys = sts_phys;
117 bdma_chan->id, sts_ptr, &sts_phys, sts_size);
132 iowrite32(((u64)sts_phys >> 32),
134 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK),
188 sts_ptr, sts_phys);
242 bdma_chan->sts_base, bdma_chan->sts_phys);
622 iowrite32(((u64)bdma_chan->sts_phys >> 32),
624 iowrite32(((u64)bdma_chan->sts_phys & TSI721_DMAC_DSBL_MASK),