Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dvia82xx.c636 unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS)); in snd_via686_interrupt() local
637 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED))) in snd_via686_interrupt()
645 if (c_status & VIA_REG_STAT_EOL) in snd_via686_interrupt()
649 viadev->in_interrupt = c_status; in snd_via686_interrupt()
655 outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */ in snd_via686_interrupt()
678 unsigned char c_status, shadow_status; in snd_via8233_interrupt() local
683 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG); in snd_via8233_interrupt()
684 if (!c_status) in snd_via8233_interrupt()
694 if (c_status & VIA_REG_STAT_EOL) in snd_via8233_interrupt()
698 viadev->in_interrupt = c_status; in snd_via8233_interrupt()
[all …]
H A Dvia82xx_modem.c489 unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS)); in snd_via82xx_interrupt() local
490 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED); in snd_via82xx_interrupt()
491 if (! c_status) in snd_via82xx_interrupt()
498 outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */ in snd_via82xx_interrupt()