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

/linux-4.4.14/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c156 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
166 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
223 writew(wLeft, dev->SMA + SMA_wCurrMastVolLeft); snd_msndmix_set()
H A Dmsnd_classic.h114 #define SMA_wCurrMastVolLeft 0x003c macro
H A Dmsnd_pinnacle.h147 #define SMA_wCurrMastVolLeft 0x0042 macro
H A Dmsnd_pinnacle.c328 mastVolLeft = readw(chip->SMA + SMA_wCurrMastVolLeft); snd_msnd_init_sma()
369 writew(mastVolLeft, chip->SMA + SMA_wCurrMastVolLeft); snd_msnd_init_sma()
/linux-4.4.14/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.c400 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
408 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
463 writew(wLeft, dev.SMA + SMA_wCurrMastVolLeft); mixer_set()
1219 mastVolLeft = readw(dev.SMA + SMA_wCurrMastVolLeft); init_sma()
1267 writew(mastVolLeft, dev.SMA + SMA_wCurrMastVolLeft); init_sma()

Completed in 104 milliseconds