Home
last modified time | relevance | path

Searched refs:VIA_REG_STAT_FLAG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dvia82xx.c135 #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.c73 #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()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds