Home
last modified time | relevance | path

Searched refs:VORTEX_WTDMA_STAT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/au88x0/
Dau8820.h90 #define VORTEX_WTDMA_STAT 0x10500 /* DMA subbuf, DMA pos */ macro
Dau8810.h43 #define VORTEX_WTDMA_STAT 0x27fe8 /* DMA subbuf, DMA pos */ macro
Dau8830.h57 #define VORTEX_WTDMA_STAT 0x27d00 /* DMA subbuf, DMA pos */ macro
Dau88x0_core.c1447 (hwread(vortex->mmio, VORTEX_WTDMA_STAT + (wtdma << 2)) & in vortex_wtdma_bufshift()
1498 temp = hwread(vortex->mmio, VORTEX_WTDMA_STAT + (wtdma << 2));
1505 return ((hwread(vortex->mmio, VORTEX_WTDMA_STAT + (wtdma << 2)) >>
1514 temp = hwread(vortex->mmio, VORTEX_WTDMA_STAT + (wtdma << 2)); in vortex_wtdma_getlinearpos()