Lines Matching refs:fragsize1
317 unsigned int fragsize1; member
645 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0_setup_periods()
649 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
652 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
657 ichdev->fragsize1 = ichdev->fragsize; in snd_intel8x0_setup_periods()
680 ichdev->fragsize1); in snd_intel8x0_setup_periods()
719 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0_update()
728 …hdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1); in snd_intel8x0_update()
1025 ptr = ichdev->fragsize1 - ptr1; in snd_intel8x0_pcm_pointer()
1029 pos_base = position / ichdev->fragsize1; in snd_intel8x0_pcm_pointer()
1030 last_base = ichdev->last_pos / ichdev->fragsize1; in snd_intel8x0_pcm_pointer()
2701 pos = ichdev->fragsize1; in intel8x0_measure_ac97_clock()