Searched refs:irq_phase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 964 unsigned char irq_status, irq_phase, phase; in nspintr() local 1004 * Do not read an irq_phase register if no scsi phase interrupt. in nspintr() 1009 irq_phase = nsp_index_read(base, IRQPHASESENCE); in nspintr() 1011 irq_phase = 0; in nspintr() 1014 //nsp_dbg(NSP_DEBUG_INTR, "irq_phase=0x%x", irq_phase); in nspintr() 1037 (irq_phase & SCSI_RESET_IRQ)) { in nspintr() 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); in nspintr() 1071 if (irq_phase in nspintr() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 957 unsigned char irq_status, irq_phase, phase; in nspintr() local 996 * Do not read an irq_phase register if no scsi phase interrupt. in nspintr() 1001 irq_phase = nsp_index_read(base, IRQPHASESENCE); in nspintr() 1003 irq_phase = 0; in nspintr() 1006 //nsp_dbg(NSP_DEBUG_INTR, "irq_phase=0x%x", irq_phase); in nspintr() 1029 (irq_phase & SCSI_RESET_IRQ)) { in nspintr() 1046 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); in nspintr() 1061 if (irq_phase in nspintr() [all...] |
Completed in 6 milliseconds