Searched refs:wtdma (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/pci/au88x0/ |
D | au88x0.h | 213 static void vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, 215 static void vortex_wtdma_setmode(vortex_t * vortex, int wtdma, int ie, int fmt, int d, /*int e, */ 217 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb); 228 static void vortex_wtdma_startfifo(vortex_t * vortex, int wtdma); 229 static void vortex_wtdma_stopfifo(vortex_t * vortex, int wtdma); 230 static void vortex_wtdma_pausefifo(vortex_t * vortex, int wtdma); 231 static void vortex_wtdma_resumefifo(vortex_t * vortex, int wtdma); 232 static inline int vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma);
|
D | au88x0_core.c | 1356 static void vortex_wtdma_setfirstbuffer(vortex_t * vortex, int wtdma) in vortex_wtdma_setfirstbuffer() argument 1359 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setfirstbuffer() 1361 hwwrite(vortex->mmio, VORTEX_WTDMA_CTRL + (wtdma << 2), dma->dma_ctrl); in vortex_wtdma_setfirstbuffer() 1364 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb) in vortex_wtdma_setstartbuffer() argument 1366 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setstartbuffer() 1368 hwwrite(vortex->mmio, VORTEX_WTDMA_START + (wtdma << 2), in vortex_wtdma_setstartbuffer() 1369 sb << ((0xf - (wtdma & 0xf)) * 2)); in vortex_wtdma_setstartbuffer() 1374 vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, in vortex_wtdma_setbuffers() argument 1377 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setbuffers() 1389 hwwrite(vortex->mmio, VORTEX_WTDMA_BUFBASE + (wtdma << 4) + 0xc, in vortex_wtdma_setbuffers() [all …]
|