Lines Matching refs:status
621 unsigned int status; in snd_via686_interrupt() local
624 status = inl(VIAREG(chip, SGD_SHADOW)); in snd_via686_interrupt()
625 if (! (status & chip->intr_mask)) { in snd_via686_interrupt()
667 unsigned int status; in snd_via8233_interrupt() local
673 status = inl(VIAREG(chip, SGD_SHADOW)); in snd_via8233_interrupt()
680 shadow_status = (status >> viadev->shadow_shift) & in snd_via8233_interrupt()
863 int status; in snd_via8233_pcm_pointer() local
870 status = viadev->in_interrupt; in snd_via8233_pcm_pointer()
871 if (!status) in snd_via8233_pcm_pointer()
872 status = inb(VIADEV_REG(viadev, OFFSET_STATUS)); in snd_via8233_pcm_pointer()
876 if (chip->revision == VIA_REV_8251 && (status & VIA_REG_STAT_EOL)) in snd_via8233_pcm_pointer()
879 if (!(status & VIA_REG_STAT_ACTIVE)) { in snd_via8233_pcm_pointer()
899 if (status & VIA_REG_STAT_EOL) { in snd_via8233_pcm_pointer()
902 if (status & VIA_REG_STAT_FLAG) { in snd_via8233_pcm_pointer()