Searched refs:SV_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | sonicvibes.c | 62 #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(soni [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | sonicvibes.c | 61 #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...] |
Completed in 4 milliseconds