Home
last modified time | relevance | path

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

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