Home
last modified time | relevance | path

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

/linux/sound/pci/ice1712/
A Dice1712.c192 old_cmd = inb(ICEMT(ice, AC97_CMD)); in snd_ice1712_pro_ac97_write()
199 outb(reg, ICEMT(ice, AC97_INDEX)); in snd_ice1712_pro_ac97_write()
200 outw(val, ICEMT(ice, AC97_DATA)); in snd_ice1712_pro_ac97_write()
217 old_cmd = inb(ICEMT(ice, AC97_CMD)); in snd_ice1712_pro_ac97_read()
224 outb(reg, ICEMT(ice, AC97_INDEX)); in snd_ice1712_pro_ac97_read()
231 return inw(ICEMT(ice, AC97_DATA)); in snd_ice1712_pro_ac97_read()
996 old = inb(ICEMT(ice, RATE)); in snd_ice1712_set_pro_rate()
1001 outb(val, ICEMT(ice, RATE)); in snd_ice1712_set_pro_rate()
1811 oval = inb(ICEMT(ice, RATE)); in snd_ice1712_pro_internal_clock_put()
2362 outb(0x00, ICEMT(ice, IRQ)); in snd_ice1712_chip_init()
[all …]
A Dice1712.h135 #define ICEMT(ice, x) ((ice)->profi_port + ICE1712_MT_##x) macro

Completed in 11 milliseconds