Home
last modified time | relevance | path

Searched refs:period_real (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/pci/au88x0/
Dau88x0_core.c1084 dma->period_real = dma->period_virt = sb; in vortex_adbdma_setstartbuffer()
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()
1210 adbdma, dma->period_virt, dma->period_real, delta); 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()
1363 dma->period_real = dma->period_virt = sb; in vortex_wtdma_setstartbuffer()
[all …]
Dau88x0.h123 int period_real; member