Searched refs:SV_DMA_COUNT0 (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c164 #define SV_DMA_COUNT0 0x04 macro
274 outl(count, sonic->dmaa_port + SV_DMA_COUNT0);
286 outl(count, sonic->dmac_port + SV_DMA_COUNT0);
292 return (inl(sonic->dmaa_port + SV_DMA_COUNT0) & 0xffffff) + 1;
298 return ((inl(sonic->dmac_port + SV_DMA_COUNT0) & 0xffffff) + 1) << 1;

Completed in 49 milliseconds