Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dvia82xx_modem.c67 #define VIA_REG_STAT_ACTIVE 0x80 /* RO */ macro
616 if (!(inb(VIADEV_REG(viadev, OFFSET_STATUS)) & VIA_REG_STAT_ACTIVE)) in snd_via686_pcm_pointer()
H A Dvia82xx.c128 #define VIA_REG_STAT_ACTIVE 0x80 /* RO */ macro
700 viadev->in_interrupt |= VIA_REG_STAT_ACTIVE; in snd_via8233_interrupt()
835 if (!(inb(VIADEV_REG(viadev, OFFSET_STATUS)) & VIA_REG_STAT_ACTIVE)) in snd_via686_pcm_pointer()
879 if (!(status & VIA_REG_STAT_ACTIVE)) { in snd_via8233_pcm_pointer()