Home
last modified time | relevance | path

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

/openbmc/linux/sound/pcmcia/vx/
H A 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)
588 .out8 = vxp_outb,