Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/au88x0/
Dau88x0_core.c1095 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 …]
Dau88x0.h128 int period_real; member