Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pcmcia/vx/
Dvxp_ops.c67 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) macro
/Linux-v5.4/sound/pci/vx222/
Dvx222_ops.c132 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) macro
/Linux-v5.4/include/sound/
Dvx_core.h244 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) macro