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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsonicvibes.c163 #define SV_DMA_COUNT0 0x04 macro
273 outl(count, sonic->dmaa_port + SV_DMA_COUNT0);
285 outl(count, sonic->dmac_port + SV_DMA_COUNT0);
291 return (inl(sonic->dmaa_port + SV_DMA_COUNT0) & 0xffffff) + 1;
297 return ((inl(sonic->dmac_port + SV_DMA_COUNT0) & 0xffffff) + 1) << 1;

Completed in 25 milliseconds