Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c1006 unsigned char irq_status, irq_phase, phase; in nspintr() local
1053 irq_phase = nsp_index_read(base, IRQPHASESENCE); in nspintr()
1055 irq_phase = 0; in nspintr()
1081 (irq_phase & SCSI_RESET_IRQ)) { in nspintr()
1098 …x phase=0x%x irq_phase=0x%x this can't be happen. reset everything", irq_status, phase, irq_phase); in nspintr()
1113 if (irq_phase & RESELECT_IRQ) { in nspintr()
1121 if ((irq_phase & (PHASE_CHANGE_IRQ | LATCHED_BUS_FREE)) == 0) { in nspintr()
1183 (irq_phase & LATCHED_BUS_FREE) != 0 ) { in nspintr()
1184 …TR, "normal disconnect irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_status, phase, irq_phase); in nspintr()
1204 … "unexpected bus free. irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_status, phase, irq_phase); in nspintr()