Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dvia82xx.c134 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
637 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED))) in snd_via686_interrupt()
682 VIA_REG_STAT_FLAG); in snd_via8233_interrupt()
683 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG); in snd_via8233_interrupt()
902 if (status & VIA_REG_STAT_FLAG) { in snd_via8233_pcm_pointer()
H A Dvia82xx_modem.c72 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
490 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED); in snd_via82xx_interrupt()