Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dsonicvibes.c296 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(sonic, INDEX)), inb(SV_REG(sonic, STATUS)));
462 outb(0, SV_REG(sonic, INDEX)); in snd_sonicvibes_setfmt()
[all …]