Home
last modified time | relevance | path

Searched refs:fragsize1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/pci/
Dintel8x0m.c162 unsigned int fragsize1; member
389 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0m_setup_periods()
393 ichdev->fragsize1 >> chip->pcm_pos_shift); in snd_intel8x0m_setup_periods()
396 ichdev->fragsize1 >> chip->pcm_pos_shift); in snd_intel8x0m_setup_periods()
401 ichdev->fragsize1 = ichdev->fragsize; in snd_intel8x0m_setup_periods()
422 ichdev->fragsize1); in snd_intel8x0m_setup_periods()
453 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0m_update()
463 ichdev->fragsize1); in snd_intel8x0m_update()
575 ptr = ichdev->fragsize1 - ptr1; in snd_intel8x0m_pcm_pointer()
Dintel8x0.c340 unsigned int fragsize1; member
665 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0_setup_periods()
669 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
672 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
677 ichdev->fragsize1 = ichdev->fragsize; in snd_intel8x0_setup_periods()
700 ichdev->fragsize1); in snd_intel8x0_setup_periods()
736 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0_update()
745 …hdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1); in snd_intel8x0_update()
1042 ptr = ichdev->fragsize1 - ptr1; in snd_intel8x0_pcm_pointer()
1046 pos_base = position / ichdev->fragsize1; in snd_intel8x0_pcm_pointer()
[all …]