Searched refs:SMA (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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-6.1.9/arch/arm/boot/dts/ |
D | imx6qdl-solidsense.dtsi | 49 /* Red/Green LED1 - next to WiFi SMA */ 64 /* Red/Green LED2 - next to GPS SMA */
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-timecard | 31 Description: (RO) Set of available destinations (sinks) for a SMA 54 Description: (RO) Set of available sources for a SMA output signal. 209 on the associated SMA connectors, and also the signal sink 225 destinations between connectors, the lowest numbered SMA
|
/linux-6.1.9/drivers/watchdog/ |
D | Kconfig | 1464 tristate "SMA CPU5 Watchdog"
|