Lines Matching defs:civ
324 int civ;
672 ichdev->civ = 0;
693 int status, civ, i, step;
701 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
704 } else if (civ == ichdev->civ) {
706 ichdev->civ++;
707 ichdev->civ &= ICH_REG_LVI_MASK;
709 step = civ - ichdev->civ;
712 ichdev->civ = civ;
991 int civ, timeout = 10;
996 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
1003 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
2615 iputbyte(chip, port + ICH_REG_OFF_CIV, ichdev->civ);
2633 int civ, timeout = 1000, attempt = 1;
2676 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
2682 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&