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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/msnd/
H A Dmsnd_classic.h114 #define SMA_wCurrMastVolLeft 0x003c macro
H A Dmsnd_pinnacle_mixer.c162 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
172 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
229 writew(wLeft, dev->SMA + SMA_wCurrMastVolLeft);
H A Dmsnd_pinnacle.h147 #define SMA_wCurrMastVolLeft 0x0042 macro
H A Dmsnd_pinnacle.c326 mastVolLeft = readw(chip->SMA + SMA_wCurrMastVolLeft);
367 writew(mastVolLeft, chip->SMA + SMA_wCurrMastVolLeft);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmsnd_classic.h149 #define SMA_wCurrMastVolLeft 0x003c macro
H A Dmsnd_pinnacle.h191 #define SMA_wCurrMastVolLeft 0x0042 macro
H A Dmsnd_pinnacle.c399 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
407 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
462 writew(wLeft, dev.SMA + SMA_wCurrMastVolLeft);
1212 mastVolLeft = readw(dev.SMA + SMA_wCurrMastVolLeft);
1260 writew(mastVolLeft, dev.SMA + SMA_wCurrMastVolLeft);

Completed in 46 milliseconds