Home
last modified time | relevance | path

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

/sound/pci/au88x0/
Dau88x0_core.c1105 dma->nr_periods = count; in vortex_adbdma_setbuffers()
1180 if (dma->nr_periods >= 4) in vortex_adbdma_bufshift()
1185 delta += dma->nr_periods; in vortex_adbdma_bufshift()
1191 if (dma->nr_periods > 4) { in vortex_adbdma_bufshift()
1195 if (p >= dma->nr_periods) in vortex_adbdma_bufshift()
1196 p -= dma->nr_periods; in vortex_adbdma_bufshift()
1213 if (dma->period_virt >= dma->nr_periods) in vortex_adbdma_bufshift()
1214 dma->period_virt -= dma->nr_periods; in vortex_adbdma_bufshift()
1228 for (i=0 ; i < 4 && i < dma->nr_periods; i++) { in vortex_adbdma_resetup()
1231 if (p >= dma->nr_periods) in vortex_adbdma_resetup()
[all …]
Dau88x0.h135 int nr_periods; member