Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pcmcia/vx/
Dvxp_ops.c69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) macro
/kernel/linux/linux-5.10/sound/pci/vx222/
Dvx222_ops.c134 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) macro
/kernel/linux/linux-5.10/include/sound/
Dvx_core.h246 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val) macro