Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/
Dintel8x0m.c181 int lvi_frag; member
431 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
436 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0m_setup_periods()
474 ichdev->lvi_frag++; in snd_intel8x0m_update()
475 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0m_update()
477 ichdev->lvi_frag * in snd_intel8x0m_update()
Dintel8x0.c370 int lvi_frag; member
719 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
724 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0_setup_periods()
787 ichdev->lvi_frag++; in snd_intel8x0_update()
788 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0_update()
789 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()