Lines Matching refs:civ
371 int civ; member
717 ichdev->civ = 0; in snd_intel8x0_setup_periods()
758 int status, civ, i, step; in snd_intel8x0_update() local
763 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update()
766 } else if (civ == ichdev->civ) { in snd_intel8x0_update()
769 ichdev->civ++; in snd_intel8x0_update()
770 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0_update()
772 step = civ - ichdev->civ; in snd_intel8x0_update()
777 ichdev->civ = civ; in snd_intel8x0_update()
1073 int civ, timeout = 10; in snd_intel8x0_pcm_pointer() local
1078 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in snd_intel8x0_pcm_pointer()
1085 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV)) in snd_intel8x0_pcm_pointer()
2744 iputbyte(chip, port + ICH_REG_OFF_CIV, ichdev->civ); in intel8x0_resume()
2766 int civ, timeout = 1000, attempt = 1; in intel8x0_measure_ac97_clock() local
2807 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in intel8x0_measure_ac97_clock()
2813 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) && in intel8x0_measure_ac97_clock()