Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dintel8x0m.c72 #define ICH_BCIS 0x08 /* buffer completion interrupt status */ macro
411 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI); in snd_intel8x0m_setup_periods()
467 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI); in snd_intel8x0m_update()
H A Dintel8x0.c102 #define ICH_BCIS 0x08 /* buffer completion interrupt status */ macro
683 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI); in snd_intel8x0_setup_periods()
703 if (!(status & ICH_BCIS)) { in snd_intel8x0_update()
746 status & (ICH_FIFOE | ICH_BCIS | ICH_LVBCI)); in snd_intel8x0_update()
2624 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI); in intel8x0_resume()