Searched refs:VIAREG (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/
H A Dvia82xx_modem.c77 #define VIAREG(via, x) ((via)->port + VIA_REG_##x) macro
368 return inl(VIAREG(chip, AC97)); snd_via82xx_codec_xread()
373 outl(val, VIAREG(chip, AC97)); snd_via82xx_codec_xwrite()
424 outl(val, VIAREG(chip, GPI_STATUS)); snd_via82xx_codec_write()
489 status = inl(VIAREG(chip, SGD_SHADOW)); snd_via82xx_interrupt()
1023 outl(0, VIAREG(chip, GPI_INTR)); snd_via82xx_chip_init()
H A Dvia82xx.c138 #define VIAREG(via, x) ((via)->port + VIA_REG_##x) macro
514 return inl(VIAREG(chip, AC97)); snd_via82xx_codec_xread()
519 outl(val, VIAREG(chip, AC97)); snd_via82xx_codec_xwrite()
634 status = inl(VIAREG(chip, SGD_SHADOW)); snd_via686_interrupt()
683 status = inl(VIAREG(chip, SGD_SHADOW)); snd_via8233_interrupt()
2236 outl(0, VIAREG(chip, GPI_INTR)); snd_via82xx_chip_init()

Completed in 143 milliseconds