Searched refs:vx2_outl (Results 1 – 1 of 1) sorted by relevance
/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 120 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl() function 138 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) 333 vx2_outl(chip, port, val); in put_xilinx_data() 341 vx2_outl(chip, port, val); in put_xilinx_data() 346 vx2_outl(chip, port, val); in put_xilinx_data() 995 .out32 = vx2_outl, 1015 .out32 = vx2_outl,
|