sts_ptr 1420 drivers/rapidio/devices/tsi721.c u64 *sts_ptr; sts_ptr 1454 drivers/rapidio/devices/tsi721.c sts_ptr = dma_alloc_coherent(&priv->pdev->dev, sts_ptr 1457 drivers/rapidio/devices/tsi721.c if (!sts_ptr) { sts_ptr 1467 drivers/rapidio/devices/tsi721.c priv->mdma.sts_base = sts_ptr; sts_ptr 1472 drivers/rapidio/devices/tsi721.c sts_ptr, &sts_phys, sts_size); sts_ptr 1752 drivers/rapidio/devices/tsi721.c u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; sts_ptr 1761 drivers/rapidio/devices/tsi721.c sts_ptr = priv->omsg_ring[ch].sts_base; sts_ptr 1763 drivers/rapidio/devices/tsi721.c while (sts_ptr[j]) { sts_ptr 1764 drivers/rapidio/devices/tsi721.c for (i = 0; i < 8 && sts_ptr[j]; i++, j++) { sts_ptr 1766 drivers/rapidio/devices/tsi721.c last_ptr = le64_to_cpu(sts_ptr[j]); sts_ptr 1767 drivers/rapidio/devices/tsi721.c sts_ptr[j] = 0; sts_ptr 67 drivers/rapidio/devices/tsi721_dma.c u64 *sts_ptr; sts_ptr 99 drivers/rapidio/devices/tsi721_dma.c sts_ptr = dma_alloc_coherent(dev, sts_ptr 102 drivers/rapidio/devices/tsi721_dma.c if (!sts_ptr) { sts_ptr 112 drivers/rapidio/devices/tsi721_dma.c bdma_chan->sts_base = sts_ptr; sts_ptr 117 drivers/rapidio/devices/tsi721_dma.c bdma_chan->id, sts_ptr, &sts_phys, sts_size); sts_ptr 188 drivers/rapidio/devices/tsi721_dma.c sts_ptr, sts_phys); sts_ptr 388 drivers/rapidio/devices/tsi721_dma.c u64 *sts_ptr; sts_ptr 393 drivers/rapidio/devices/tsi721_dma.c sts_ptr = bdma_chan->sts_base; sts_ptr 395 drivers/rapidio/devices/tsi721_dma.c while (sts_ptr[j]) { sts_ptr 396 drivers/rapidio/devices/tsi721_dma.c for (i = 0; i < 8 && sts_ptr[j]; i++, j++) sts_ptr 397 drivers/rapidio/devices/tsi721_dma.c sts_ptr[j] = 0;