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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c940 unsigned char irq_status, irq_phase, phase; local
980 irq_phase = nsp_index_read(base, IRQPHASESENCE);
982 irq_phase = 0;
985 //nsp_dbg(NSP_DEBUG_INTR, "irq_phase=0x%x", irq_phase);
1008 (irq_phase & SCSI_RESET_IRQ)) {
1025 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);
1040 if (irq_phase & RESELECT_IRQ) {
1048 if ((irq_phase
[all...]

Completed in 36 milliseconds