out8              254 drivers/edac/amd8111_edac.c 			u8 out8 = 0;
out8              256 drivers/edac/amd8111_edac.c 				out8 = AT_COMPAT_CLRSERR;
out8              258 drivers/edac/amd8111_edac.c 				out8 |= AT_COMPAT_CLRIOCHK;
out8              259 drivers/edac/amd8111_edac.c 			if (out8 > 0)
out8              260 drivers/edac/amd8111_edac.c 				__do_outb(out8, REG_AT_COMPAT);
out8              298 drivers/edac/amd8111_edac.c 		u8 out8 = 0;
out8              301 drivers/edac/amd8111_edac.c 			out8 = AT_COMPAT_CLRSERR;
out8              303 drivers/edac/amd8111_edac.c 			out8 |= AT_COMPAT_CLRIOCHK;
out8              304 drivers/edac/amd8111_edac.c 		if (out8 > 0) {
out8              305 drivers/edac/amd8111_edac.c 			__do_outb(out8, REG_AT_COMPAT);
out8             2206 fs/nfs/inode.c 		goto out8;
out8             2260 fs/nfs/inode.c out8:
out8               78 include/sound/vx_core.h 	void (*out8)(struct vx_core *chip, int reg, unsigned char val);
out8              236 include/sound/vx_core.h 	chip->ops->out8(chip, reg, val);
out8              990 sound/pci/vx222/vx222_ops.c 	.out8 = vx2_outb,
out8             1010 sound/pci/vx222/vx222_ops.c 	.out8 = vx2_outb,
out8              586 sound/pcmcia/vx/vxp_ops.c 	.out8 = vxp_outb,