Searched refs:vx2_outb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/vx222/ |
H A D | vx222_ops.c | 96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() function 134 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) 990 .out8 = vx2_outb, 1010 .out8 = vx2_outb,
|
/kernel/linux/linux-6.6/sound/pci/vx222/ |
H A D | vx222_ops.c | 91 * vx2_outb - write a byte on the register 96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() function 134 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) 994 .out8 = vx2_outb, 1014 .out8 = vx2_outb,
|
Completed in 3 milliseconds