Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/vx222/
Dvx222_ops.c145 #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) macro
/linux-3.4.99/include/sound/
Dvx_core.h268 #define vx_inl(chip,reg) snd_vx_inl(chip, VX_##reg) macro