Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dintel8x0m.c68 #define ICH_REG_LVI_MASK 0x1f macro
376 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0m_setup_periods()
388 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0m_setup_periods()
399 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0m_setup_periods()
402 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
428 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
432 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update()
439 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
H A Dintel8x0.c98 #define ICH_REG_LVI_MASK 0x1f macro
646 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0_setup_periods()
658 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0_setup_periods()
671 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0_setup_periods()
674 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
708 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0_update()
712 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0_update()
720 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0_update()