Searched refs:snd_es18xx_config_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/isa/ |
H A D | es18xx.c | 1351 static void snd_es18xx_config_write(struct snd_es18xx *chip, in snd_es18xx_config_write() function 1378 snd_es18xx_config_write(chip, 0x27, chip->irq); in snd_es18xx_initialize() 1381 snd_es18xx_config_write(chip, 0x62, fm_port >> 8); in snd_es18xx_initialize() 1382 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff); in snd_es18xx_initialize() 1386 snd_es18xx_config_write(chip, 0x64, mpu_port >> 8); in snd_es18xx_initialize() 1387 snd_es18xx_config_write(chip, 0x65, mpu_port & 0xff); in snd_es18xx_initialize() 1389 snd_es18xx_config_write(chip, 0x28, chip->irq); in snd_es18xx_initialize() 1392 snd_es18xx_config_write(chip, 0x70, chip->irq); in snd_es18xx_initialize() 1394 snd_es18xx_config_write(chip, 0x72, chip->irq); in snd_es18xx_initialize() 1396 snd_es18xx_config_write(chi in snd_es18xx_initialize() [all...] |
/kernel/linux/linux-5.10/sound/isa/ |
H A D | es18xx.c | 1357 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(chi in snd_es18xx_initialize() [all...] |
Completed in 6 milliseconds