Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/
Dintel8x0m.c98 #define ICH_REG_LVI_MASK 0x1f macro
405 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0m_setup_periods()
417 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0m_setup_periods()
428 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0m_setup_periods()
431 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
458 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
462 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update()
471 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
Dintel8x0.c145 #define ICH_REG_LVI_MASK 0x1f macro
691 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0_setup_periods()
703 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0_setup_periods()
716 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0_setup_periods()
719 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
770 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0_update()
774 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0_update()
784 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0_update()