Lines Matching refs:dmarecord_index
347 int dmarecord_index = 0; variable
1230 microtime(&dmarecords[dmarecord_index].tv); in stereo_dmaintr()
1231 dmarecords[dmarecord_index].gusaddr = sa->dmabuf; in stereo_dmaintr()
1232 dmarecords[dmarecord_index].bsdaddr = sa->buffer; in stereo_dmaintr()
1233 dmarecords[dmarecord_index].count = sa->size; in stereo_dmaintr()
1234 dmarecords[dmarecord_index].channel = 1; in stereo_dmaintr()
1235 dmarecords[dmarecord_index].direction = 1; in stereo_dmaintr()
1236 dmarecord_index = (dmarecord_index + 1) % NDMARECS; in stereo_dmaintr()
1320 microtime(&dmarecords[dmarecord_index].tv); in gus_dma_output()
1321 dmarecords[dmarecord_index].gusaddr = boarddma; in gus_dma_output()
1322 dmarecords[dmarecord_index].bsdaddr = buffer; in gus_dma_output()
1323 dmarecords[dmarecord_index].count = size; in gus_dma_output()
1324 dmarecords[dmarecord_index].channel = 0; in gus_dma_output()
1325 dmarecords[dmarecord_index].direction = 1; in gus_dma_output()
1326 dmarecord_index = (dmarecord_index + 1) % NDMARECS; in gus_dma_output()