Lines Matching refs:pp
1176 int page, p, pp, delta, i; in vortex_adbdma_bufshift() local
1199 pp = dma->period_real + i; in vortex_adbdma_bufshift()
1200 if (pp >= 4) in vortex_adbdma_bufshift()
1201 pp -= 4; in vortex_adbdma_bufshift()
1204 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_bufshift()
1209 (((adbdma << 2) + pp) << 2)); in vortex_adbdma_bufshift()
1227 int p, pp, i; in vortex_adbdma_resetup() local
1236 pp = dma->period_real + i; in vortex_adbdma_resetup()
1238 if (pp >= dma->nr_periods) in vortex_adbdma_resetup()
1239 pp -= dma->nr_periods; in vortex_adbdma_resetup()
1242 if (pp >= 4) in vortex_adbdma_resetup()
1243 pp -= 4; in vortex_adbdma_resetup()
1246 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_resetup()
1250 hwread(vortex->mmio, VORTEX_ADBDMA_BUFBASE + (((adbdma << 2)+pp) << 2)); in vortex_adbdma_resetup()
1444 int page, p, pp, delta, i; in vortex_wtdma_bufshift() local
1468 pp = dma->period_real + i; in vortex_wtdma_bufshift()
1469 if (pp >= 4) in vortex_wtdma_bufshift()
1470 pp -= 4; in vortex_wtdma_bufshift()
1473 (((wtdma << 2) + pp) << 2), in vortex_wtdma_bufshift()
1478 (((wtdma << 2) + pp) << 2)); in vortex_wtdma_bufshift()