Searched refs:SMA (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/sound/isa/msnd/ |
D | msnd_pinnacle_mixer.c | 153 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \ 154 dev->SMA + SMA_##b##Left); \ 156 readw(dev->SMA + SMA_wCurrMastVolRight) / 0xffff, \ 157 dev->SMA + SMA_##b##Right); \ 163 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \ 164 dev->SMA + SMA_##s##Left); \ 166 readw(dev->SMA + SMA_wCurrMastVolRight) / 0xffff, \ 167 dev->SMA + SMA_##s##Right); \ 175 dev->SMA + SMA_##s##Left); \ 177 dev->SMA + SMA_##s##Right); \ [all …]
|
D | msnd_pinnacle.c | 312 chip->SMA = chip->mappedbase + SMA_STRUCT_START; in snd_msnd_init_sma() 315 mastVolLeft = readw(chip->SMA + SMA_wCurrMastVolLeft); in snd_msnd_init_sma() 316 mastVolRight = readw(chip->SMA + SMA_wCurrMastVolRight); in snd_msnd_init_sma() 350 writew(1, chip->SMA + SMA_wCurrPlayFormat); in snd_msnd_init_sma() 351 writew(chip->play_sample_size, chip->SMA + SMA_wCurrPlaySampleSize); in snd_msnd_init_sma() 352 writew(chip->play_channels, chip->SMA + SMA_wCurrPlayChannels); in snd_msnd_init_sma() 353 writew(chip->play_sample_rate, chip->SMA + SMA_wCurrPlaySampleRate); in snd_msnd_init_sma() 355 writew(chip->play_sample_rate, chip->SMA + SMA_wCalFreqAtoD); in snd_msnd_init_sma() 356 writew(mastVolLeft, chip->SMA + SMA_wCurrMastVolLeft); in snd_msnd_init_sma() 357 writew(mastVolRight, chip->SMA + SMA_wCurrMastVolRight); in snd_msnd_init_sma() [all …]
|
D | msnd.h | 229 void __iomem *SMA; member
|
/Linux-v5.10/drivers/watchdog/ |
D | Kconfig | 1444 tristate "SMA CPU5 Watchdog"
|