Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dsonicvibes.c61 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x) macro
296 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out1()
298 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out1()
309 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out()
311 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out()
320 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in1()
322 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in1()
333 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in()
335 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in()
346 inb(SV_REG(soni
[all...]