Searched refs:period_real (Results 1 – 2 of 2) sorted by relevance
1095 dma->period_real = dma->period_virt = sb; in vortex_adbdma_setstartbuffer()1181 delta = (page - dma->period_real) & 3; in vortex_adbdma_bufshift()1183 delta = (page - dma->period_real); in vortex_adbdma_bufshift()1198 pp = dma->period_real + i; in vortex_adbdma_bufshift()1212 dma->period_real = page; in vortex_adbdma_bufshift()1217 adbdma, dma->period_virt, dma->period_real, delta); in vortex_adbdma_bufshift()1234 pp = dma->period_real + i; in vortex_adbdma_resetup()1260 delta = (page - dma->period_real) & 3; in vortex_adbdma_getlinearpos()1262 delta = (page - dma->period_real); in vortex_adbdma_getlinearpos()1372 dma->period_real = dma->period_virt = sb; in vortex_wtdma_setstartbuffer()[all …]
128 int period_real; member