Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/
Dsonicvibes.c62 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x) macro
297 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out1()
299 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out1()
310 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out()
312 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out()
321 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in1()
323 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in1()
334 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in()
336 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in()
347 inb(SV_REG(sonic, INDEX)), inb(SV_REG(sonic, STATUS)));
[all …]