Searched refs:period_real (Results 1 – 2 of 2) sorted by relevance
1173 delta = (page - dma->period_real) & 3; in vortex_adbdma_bufshift()1175 delta = (page - dma->period_real); in vortex_adbdma_bufshift()1190 pp = dma->period_real + i; in vortex_adbdma_bufshift()1204 dma->period_real = page; in vortex_adbdma_bufshift()1227 pp = dma->period_real + i; in vortex_adbdma_resetup()1253 delta = (page - dma->period_real) & 3; in vortex_adbdma_getlinearpos()1255 delta = (page - dma->period_real); in vortex_adbdma_getlinearpos()1444 delta = (page - dma->period_real) & 3; in vortex_wtdma_bufshift()1446 delta = (page - dma->period_real); in vortex_wtdma_bufshift()1461 pp = dma->period_real + i; in vortex_wtdma_bufshift()[all …]
123 int period_real; member
Completed in 6 milliseconds