sts_phys         1421 drivers/rapidio/devices/tsi721.c 	dma_addr_t	bd_phys, sts_phys;
sts_phys         1456 drivers/rapidio/devices/tsi721.c 				     &sts_phys, GFP_KERNEL);
sts_phys         1466 drivers/rapidio/devices/tsi721.c 	priv->mdma.sts_phys = sts_phys;
sts_phys         1472 drivers/rapidio/devices/tsi721.c 		sts_ptr, &sts_phys, sts_size);
sts_phys         1486 drivers/rapidio/devices/tsi721.c 	iowrite32(((u64)sts_phys >> 32), regs + TSI721_DMAC_DSBH);
sts_phys         1487 drivers/rapidio/devices/tsi721.c 	iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK),
sts_phys         1531 drivers/rapidio/devices/tsi721.c 		mdma->sts_base, mdma->sts_phys);
sts_phys         1931 drivers/rapidio/devices/tsi721.c 							    &priv->omsg_ring[mbox].sts_phys,
sts_phys         1952 drivers/rapidio/devices/tsi721.c 	iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32),
sts_phys         1954 drivers/rapidio/devices/tsi721.c 	iowrite32(((u64)priv->omsg_ring[mbox].sts_phys &
sts_phys         2020 drivers/rapidio/devices/tsi721.c 		priv->omsg_ring[mbox].sts_phys);
sts_phys         2080 drivers/rapidio/devices/tsi721.c 		priv->omsg_ring[mbox].sts_phys);
sts_phys          695 drivers/rapidio/devices/tsi721.h 	dma_addr_t	sts_phys;
sts_phys          719 drivers/rapidio/devices/tsi721.h 	dma_addr_t	sts_phys;
sts_phys          754 drivers/rapidio/devices/tsi721.h 	dma_addr_t	sts_phys;
sts_phys           69 drivers/rapidio/devices/tsi721_dma.c 	dma_addr_t	sts_phys;
sts_phys          101 drivers/rapidio/devices/tsi721_dma.c 				     &sts_phys, GFP_ATOMIC);
sts_phys          111 drivers/rapidio/devices/tsi721_dma.c 	bdma_chan->sts_phys = sts_phys;
sts_phys          117 drivers/rapidio/devices/tsi721_dma.c 		bdma_chan->id, sts_ptr, &sts_phys, sts_size);
sts_phys          132 drivers/rapidio/devices/tsi721_dma.c 	iowrite32(((u64)sts_phys >> 32),
sts_phys          134 drivers/rapidio/devices/tsi721_dma.c 	iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK),
sts_phys          188 drivers/rapidio/devices/tsi721_dma.c 				sts_ptr, sts_phys);
sts_phys          242 drivers/rapidio/devices/tsi721_dma.c 		bdma_chan->sts_base, bdma_chan->sts_phys);
sts_phys          622 drivers/rapidio/devices/tsi721_dma.c 		iowrite32(((u64)bdma_chan->sts_phys >> 32),
sts_phys          624 drivers/rapidio/devices/tsi721_dma.c 		iowrite32(((u64)bdma_chan->sts_phys & TSI721_DMAC_DSBL_MASK),