civ               347 sound/pci/intel8x0.c 	int civ;
civ               692 sound/pci/intel8x0.c 	ichdev->civ = 0;
civ               714 sound/pci/intel8x0.c 	int status, civ, i, step;
civ               719 sound/pci/intel8x0.c 	civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
civ               722 sound/pci/intel8x0.c 	} else if (civ == ichdev->civ) {
civ               725 sound/pci/intel8x0.c 		ichdev->civ++;
civ               726 sound/pci/intel8x0.c 		ichdev->civ &= ICH_REG_LVI_MASK;
civ               728 sound/pci/intel8x0.c 		step = civ - ichdev->civ;
civ               733 sound/pci/intel8x0.c 		ichdev->civ = civ;
civ              1013 sound/pci/intel8x0.c 	int civ, timeout = 10;
civ              1018 sound/pci/intel8x0.c 		civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
civ              1025 sound/pci/intel8x0.c 		if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
civ              2655 sound/pci/intel8x0.c 		iputbyte(chip, port + ICH_REG_OFF_CIV, ichdev->civ);
civ              2677 sound/pci/intel8x0.c 	int civ, timeout = 1000, attempt = 1;
civ              2718 sound/pci/intel8x0.c 		civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
civ              2724 sound/pci/intel8x0.c 		if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&
civ               167 sound/pci/intel8x0m.c 	int civ;
civ               414 sound/pci/intel8x0m.c 	ichdev->civ = 0;
civ               435 sound/pci/intel8x0m.c 	int civ, i, step;
civ               438 sound/pci/intel8x0m.c 	civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
civ               439 sound/pci/intel8x0m.c 	if (civ == ichdev->civ) {
civ               442 sound/pci/intel8x0m.c 		ichdev->civ++;
civ               443 sound/pci/intel8x0m.c 		ichdev->civ &= ICH_REG_LVI_MASK;
civ               445 sound/pci/intel8x0m.c 		step = civ - ichdev->civ;
civ               450 sound/pci/intel8x0m.c 		ichdev->civ = civ;