Home
last modified time | relevance | path

Searched refs:snd_es18xx_config_write (Results 1 – 1 of 1) sorted by relevance

/sound/isa/
Des18xx.c1357 static void snd_es18xx_config_write(struct snd_es18xx *chip, in snd_es18xx_config_write() function
1384 snd_es18xx_config_write(chip, 0x27, chip->irq); in snd_es18xx_initialize()
1387 snd_es18xx_config_write(chip, 0x62, fm_port >> 8); in snd_es18xx_initialize()
1388 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff); in snd_es18xx_initialize()
1392 snd_es18xx_config_write(chip, 0x64, mpu_port >> 8); in snd_es18xx_initialize()
1393 snd_es18xx_config_write(chip, 0x65, mpu_port & 0xff); in snd_es18xx_initialize()
1395 snd_es18xx_config_write(chip, 0x28, chip->irq); in snd_es18xx_initialize()
1398 snd_es18xx_config_write(chip, 0x70, chip->irq); in snd_es18xx_initialize()
1400 snd_es18xx_config_write(chip, 0x72, chip->irq); in snd_es18xx_initialize()
1402 snd_es18xx_config_write(chip, 0x74, chip->dma1); in snd_es18xx_initialize()
[all …]