Searched refs:period_real (Results 1 – 2 of 2) sorted by relevance
1096 dma->period_real = dma->period_virt = sb; in vortex_adbdma_setstartbuffer()1182 delta = (page - dma->period_real) & 3; in vortex_adbdma_bufshift()1184 delta = (page - dma->period_real); in vortex_adbdma_bufshift()1199 pp = dma->period_real + i; in vortex_adbdma_bufshift()1213 dma->period_real = page; in vortex_adbdma_bufshift()1219 adbdma, dma->period_virt, dma->period_real, delta); in vortex_adbdma_bufshift()1236 pp = dma->period_real + i; in vortex_adbdma_resetup()1262 delta = (page - dma->period_real) & 3; in vortex_adbdma_getlinearpos()1264 delta = (page - dma->period_real); in vortex_adbdma_getlinearpos()1372 dma->period_real = dma->period_virt = sb; in vortex_wtdma_setstartbuffer()[all …]
135 int period_real; member