Home
last modified time | relevance | path

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

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