Searched refs:vx2_outl (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/vx222/
H A Dvx222_ops.c115 * vx2_outl - write a 32bit word on the register
120 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) function
138 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val)
333 vx2_outl(chip, port, val);
341 vx2_outl(chip, port, val);
346 vx2_outl(chip, port, val);
995 .out32 = vx2_outl,
1015 .out32 = vx2_outl,

Completed in 206 milliseconds