Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/vx222/
Dvx222_ops.c138 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) macro
/kernel/linux/linux-5.10/include/sound/
Dvx_core.h248 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) macro