Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/
H A Dintel8x0m.c83 #define ICH_REG_LVI_MASK 0x1f macro
390 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0m_setup_periods()
402 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0m_setup_periods()
413 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0m_setup_periods()
416 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
443 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
447 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update()
456 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0m_update()
H A Dintel8x0.c121 #define ICH_REG_LVI_MASK 0x1f macro
667 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) { in snd_intel8x0_setup_periods()
679 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) { in snd_intel8x0_setup_periods()
692 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK); in snd_intel8x0_setup_periods()
695 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
730 ichdev->civ &= ICH_REG_LVI_MASK; in snd_intel8x0_update()
734 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0_update()
744 ichdev->lvi &= ICH_REG_LVI_MASK; in snd_intel8x0_update()