Lines Matching defs:irq_phase
964 unsigned char irq_status, irq_phase, phase;
1004 * Do not read an irq_phase register if no scsi phase interrupt.
1009 irq_phase = nsp_index_read(base, IRQPHASESENCE);
1011 irq_phase = 0;
1014 //nsp_dbg(NSP_DEBUG_INTR, "irq_phase=0x%x", irq_phase);
1037 (irq_phase & SCSI_RESET_IRQ)) {
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);
1071 if (irq_phase & RESELECT_IRQ) {
1078 if ((irq_phase & (PHASE_CHANGE_IRQ | LATCHED_BUS_FREE)) == 0) {
1139 (irq_phase & LATCHED_BUS_FREE) != 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);