Home
last modified time | relevance | path

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

/sound/pci/au88x0/
Dau88x0_core.c1106 dma->nr_periods = count; in vortex_adbdma_setbuffers()
1181 if (dma->nr_periods >= 4) in vortex_adbdma_bufshift()
1186 delta += dma->nr_periods; in vortex_adbdma_bufshift()
1192 if (dma->nr_periods > 4) { in vortex_adbdma_bufshift()
1196 if (p >= dma->nr_periods) in vortex_adbdma_bufshift()
1197 p -= dma->nr_periods; in vortex_adbdma_bufshift()
1214 if (dma->period_virt >= dma->nr_periods) in vortex_adbdma_bufshift()
1215 dma->period_virt -= dma->nr_periods; in vortex_adbdma_bufshift()
1230 for (i=0 ; i < 4 && i < dma->nr_periods; i++) { in vortex_adbdma_resetup()
1233 if (p >= dma->nr_periods) in vortex_adbdma_resetup()
[all …]
Dau88x0.h133 int nr_periods; member