Home
last modified time | relevance | path

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

/sound/pci/
Dvia82xx.c149 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
647 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED))) in snd_via686_interrupt()
692 VIA_REG_STAT_FLAG); in snd_via8233_interrupt()
693 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG); in snd_via8233_interrupt()
912 if (status & VIA_REG_STAT_FLAG) { in snd_via8233_pcm_pointer()
Dvia82xx_modem.c87 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
500 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED); in snd_via82xx_interrupt()