Searched refs:vxp_outb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() function 69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) 586 .out8 = vxp_outb,
|
/kernel/linux/linux-6.6/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() function 69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) 588 .out8 = vxp_outb,
|
Completed in 2 milliseconds