Searched refs:SV_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/ |
D | sonicvibes.c | 76 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x) macro 311 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out1() 313 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out1() 324 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out() 326 outb(value, SV_REG(sonic, DATA)); in snd_sonicvibes_out() 335 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in1() 337 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in1() 348 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in() 350 value = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_in() 361 inb(SV_REG(sonic, INDEX)), inb(SV_REG(sonic, STATUS))); [all …]
|