Searched refs:ICEREG (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/pci/ice1712/ |
| H A D | ice1712.c | 138 old_cmd = inb(ICEREG(ice, AC97_CMD)); in snd_ice1712_ac97_write() 145 outb(reg, ICEREG(ice, AC97_INDEX)); in snd_ice1712_ac97_write() 146 outw(val, ICEREG(ice, AC97_DATA)); in snd_ice1712_ac97_write() 169 outb(reg, ICEREG(ice, AC97_INDEX)); in snd_ice1712_ac97_read() 176 return inw(ICEREG(ice, AC97_DATA)); in snd_ice1712_ac97_read() 412 status = inb(ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 2351 outb(0, ICEREG(ice, AC97_CMD)); in snd_ice1712_chip_init() 2361 ICEREG(ice, IRQMASK)); in snd_ice1712_chip_init() 2448 outb(0xff, ICEREG(ice, IRQMASK)); in snd_ice1712_free() 2621 ICEREG(ice, MPU1_CTRL), in snd_ice1712_probe() [all …]
|
| H A D | ice1712.h | 27 #define ICEREG(ice, x) ((ice)->port + ICE1712_REG_##x) macro 492 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_write() 493 outb(data, ICEREG(ice, DATA)); in snd_ice1712_write() 498 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_read() 499 return inb(ICEREG(ice, DATA)); in snd_ice1712_read()
|