Searched refs:wtdma (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
D | au88x0.h | 199 static void vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, 201 static void vortex_wtdma_setmode(vortex_t * vortex, int wtdma, int ie, int fmt, int d, /*int e, */ 203 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb); 214 static void vortex_wtdma_startfifo(vortex_t * vortex, int wtdma); 215 static void vortex_wtdma_stopfifo(vortex_t * vortex, int wtdma); 216 static void vortex_wtdma_pausefifo(vortex_t * vortex, int wtdma); 217 static void vortex_wtdma_resumefifo(vortex_t * vortex, int wtdma); 218 static inline int vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma);
|
D | au88x0_core.c | 1349 static void vortex_wtdma_setfirstbuffer(vortex_t * vortex, int wtdma) in vortex_wtdma_setfirstbuffer() argument 1352 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setfirstbuffer() 1354 hwwrite(vortex->mmio, VORTEX_WTDMA_CTRL + (wtdma << 2), dma->dma_ctrl); in vortex_wtdma_setfirstbuffer() 1357 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb) in vortex_wtdma_setstartbuffer() argument 1359 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setstartbuffer() 1361 hwwrite(vortex->mmio, VORTEX_WTDMA_START + (wtdma << 2), in vortex_wtdma_setstartbuffer() 1362 sb << ((0xf - (wtdma & 0xf)) * 2)); in vortex_wtdma_setstartbuffer() 1367 vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, in vortex_wtdma_setbuffers() argument 1370 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setbuffers() 1382 hwwrite(vortex->mmio, VORTEX_WTDMA_BUFBASE + (wtdma << 4) + 0xc, in vortex_wtdma_setbuffers() [all …]
|