Searched refs:vx2_inb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/vx222/ |
H A D | vx222_ops.c | 85 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() function 132 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) 988 .in8 = vx2_inb, 1008 .in8 = vx2_inb,
|
/kernel/linux/linux-6.6/sound/pci/vx222/ |
H A D | vx222_ops.c | 81 * vx2_inb - read a byte from the register 85 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() function 132 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) 992 .in8 = vx2_inb, 1012 .in8 = vx2_inb,
|
Completed in 3 milliseconds