Home
last modified time | relevance | path

Searched refs:vxp_outb (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/sound/pcmcia/vx/
Dvxp_ops.c58 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,