Home
last modified time | relevance | path

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

/linux/sound/pci/ice1712/
H A Dice1712.h27 #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()