Searched refs:wtdma (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0.h | 211 static void vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, 213 static void vortex_wtdma_setmode(vortex_t * vortex, int wtdma, int ie, int fmt, int d, /*int e, */ 215 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb); 226 static void vortex_wtdma_startfifo(vortex_t * vortex, int wtdma); 227 static void vortex_wtdma_stopfifo(vortex_t * vortex, int wtdma); 228 static void vortex_wtdma_pausefifo(vortex_t * vortex, int wtdma); 229 static void vortex_wtdma_resumefifo(vortex_t * vortex, int wtdma); 230 static inline int vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma);
|
D | au88x0_core.c | 1358 static void vortex_wtdma_setfirstbuffer(vortex_t * vortex, int wtdma) in vortex_wtdma_setfirstbuffer() argument 1361 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setfirstbuffer() 1363 hwwrite(vortex->mmio, VORTEX_WTDMA_CTRL + (wtdma << 2), dma->dma_ctrl); in vortex_wtdma_setfirstbuffer() 1366 static void vortex_wtdma_setstartbuffer(vortex_t * vortex, int wtdma, int sb) in vortex_wtdma_setstartbuffer() argument 1368 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setstartbuffer() 1370 hwwrite(vortex->mmio, VORTEX_WTDMA_START + (wtdma << 2), in vortex_wtdma_setstartbuffer() 1371 sb << ((0xf - (wtdma & 0xf)) * 2)); in vortex_wtdma_setstartbuffer() 1376 vortex_wtdma_setbuffers(vortex_t * vortex, int wtdma, in vortex_wtdma_setbuffers() argument 1379 stream_t *dma = &vortex->dma_wt[wtdma]; in vortex_wtdma_setbuffers() 1391 hwwrite(vortex->mmio, VORTEX_WTDMA_BUFBASE + (wtdma << 4) + 0xc, in vortex_wtdma_setbuffers() [all …]
|