Lines Matching refs:civ
347 int civ; member
693 ichdev->civ = 0; in snd_intel8x0_setup_periods()
715 int status, civ, i, step; in snd_intel8x0_update() local
723 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update()
726 } else if (civ == ichdev->civ) { in snd_intel8x0_update()
729 ichdev->civ++; in snd_intel8x0_update()
730 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0_update()
732 step = civ - ichdev->civ; in snd_intel8x0_update()
737 ichdev->civ = civ; in snd_intel8x0_update()
1017 int civ, timeout = 10; in snd_intel8x0_pcm_pointer() local
1022 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in snd_intel8x0_pcm_pointer()
1029 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV)) in snd_intel8x0_pcm_pointer()
2648 iputbyte(chip, port + ICH_REG_OFF_CIV, ichdev->civ); in intel8x0_resume()
2670 int civ, timeout = 1000, attempt = 1; in intel8x0_measure_ac97_clock() local
2711 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in intel8x0_measure_ac97_clock()
2717 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) && in intel8x0_measure_ac97_clock()