Lines Matching defs:irq_status
964 unsigned char irq_status, irq_phase, phase;
995 irq_status = nsp_read(base, IRQSTATUS);
996 //nsp_dbg(NSP_DEBUG_INTR, "irq_status=0x%x", irq_status);
997 if ((irq_status == 0xff) || ((irq_status & IRQSTATUS_MASK) == 0)) {
1008 if((irq_status & IRQSTATUS_SCSI) != 0) {
1027 if ((irq_status & IRQSTATUS_MASK) == IRQSTATUS_TIMER &&
1036 if ((irq_status & IRQSTATUS_SCSI) &&
1055 nsp_msg(KERN_ERR, "CurrentSC==NULL irq_status=0x%x phase=0x%x irq_phase=0x%x this can't be happen. reset everything", irq_status, phase, irq_phase);
1070 if (irq_status & IRQSTATUS_SCSI) {
1125 if ((irq_status & (IRQSTATUS_SCSI | IRQSTATUS_FIFO)) == 0) {
1140 nsp_dbg(NSP_DEBUG_INTR, "normal disconnect irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_status, phase, irq_phase);
1161 nsp_msg(KERN_DEBUG, "unexpected bus free. irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_status, phase, irq_phase);