Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/vx222/
H A Dvx222_ops.c120 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()
991 .out32 = vx2_outl,
1011 .out32 = vx2_outl,
/kernel/linux/linux-6.6/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) 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,

Completed in 4 milliseconds