Searched refs:SV_DMA_COUNT0 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/
H A Dsonicvibes.c162 #define SV_DMA_COUNT0 0x04 macro
272 outl(count, sonic->dmaa_port + SV_DMA_COUNT0); snd_sonicvibes_setdmaa()
288 outl(count, sonic->dmac_port + SV_DMA_COUNT0); snd_sonicvibes_setdmac()
298 return (inl(sonic->dmaa_port + SV_DMA_COUNT0) & 0xffffff) + 1; snd_sonicvibes_getdmaa()
304 return ((inl(sonic->dmac_port + SV_DMA_COUNT0) & 0xffffff) + 1) << 1; snd_sonicvibes_getdmac()

Completed in 37 milliseconds