Home
last modified time | relevance | path

Searched defs:vx_inb (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/vx222/ !
H A Dvx222_ops.c132 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) macro
/linux/include/sound/ !
H A Dvx_core.h244 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) macro