Searched refs:vxp_outb (Results 1 – 1 of 1) sorted by relevance
58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() function69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val)588 .out8 = vxp_outb,