Home
last modified time | relevance | path

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

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