Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/vx222/
Dvx222_ops.c151 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) macro
/Linux-v4.19/include/sound/
Dvx_core.h260 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) macro