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

/linux-4.4.14/drivers/staging/gdm72xx/
H A Dwm_ioctl.h72 int c_status; /*connection status*/ member in struct:fsm_s
H A Dgdm_wimax.c445 cur_fsm->c_status != new_fsm->c_status) { gdm_update_fsm()
/linux-4.4.14/sound/pci/
H A Dvia82xx.c646 unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS)); snd_via686_interrupt() local
647 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED))) snd_via686_interrupt()
655 if (c_status & VIA_REG_STAT_EOL) snd_via686_interrupt()
659 viadev->in_interrupt = c_status; snd_via686_interrupt()
665 outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */ snd_via686_interrupt()
688 unsigned char c_status, shadow_status; snd_via8233_interrupt() local
693 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG); snd_via8233_interrupt()
694 if (!c_status) snd_via8233_interrupt()
704 if (c_status & VIA_REG_STAT_EOL) snd_via8233_interrupt()
708 viadev->in_interrupt = c_status; snd_via8233_interrupt()
718 outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */ snd_via8233_interrupt()
H A Dvia82xx_modem.c499 unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS)); snd_via82xx_interrupt() local
500 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED); snd_via82xx_interrupt()
501 if (! c_status) snd_via82xx_interrupt()
508 outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */ snd_via82xx_interrupt()

Completed in 409 milliseconds