Lines Matching refs:pp
1167 int page, p, pp, delta, i; in vortex_adbdma_bufshift() local
1190 pp = dma->period_real + i; in vortex_adbdma_bufshift()
1191 if (pp >= 4) in vortex_adbdma_bufshift()
1192 pp -= 4; in vortex_adbdma_bufshift()
1195 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_bufshift()
1200 (((adbdma << 2) + pp) << 2)); in vortex_adbdma_bufshift()
1218 int p, pp, i; in vortex_adbdma_resetup() local
1227 pp = dma->period_real + i; in vortex_adbdma_resetup()
1229 if (pp >= dma->nr_periods) in vortex_adbdma_resetup()
1230 pp -= dma->nr_periods; in vortex_adbdma_resetup()
1233 if (pp >= 4) in vortex_adbdma_resetup()
1234 pp -= 4; in vortex_adbdma_resetup()
1237 VORTEX_ADBDMA_BUFBASE + (((adbdma << 2) + pp) << 2), in vortex_adbdma_resetup()
1241 hwread(vortex->mmio, VORTEX_ADBDMA_BUFBASE + (((adbdma << 2)+pp) << 2)); in vortex_adbdma_resetup()
1438 int page, p, pp, delta, i; in vortex_wtdma_bufshift() local
1461 pp = dma->period_real + i; in vortex_wtdma_bufshift()
1462 if (pp >= 4) in vortex_wtdma_bufshift()
1463 pp -= 4; in vortex_wtdma_bufshift()
1466 (((wtdma << 2) + pp) << 2), in vortex_wtdma_bufshift()
1471 (((wtdma << 2) + pp) << 2)); in vortex_wtdma_bufshift()