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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h415 #define SEQINT 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c358 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
789 } else if ((intstat & (SEQINT|SCSIINT)) != 0) {
793 if ((intstat & SEQINT) != 0)
984 * Clear the upper byte that holds SEQINT status
985 * codes and clear the SEQINT bit. We will unpause
1520 * a SEQINT, so we should restart it when
H A Daic79xx_core.c950 * Potentially lost SEQINT.
952 * simulate the SEQINT.
955 intstat |= SEQINT;
981 if ((intstat & SEQINT) != 0)
1738 * Save the sequencer interrupt code and clear the SEQINT
1747 * SEQINT by writing NO_SEQINT to it. This
2338 * a SEQINT, so we should restart it when
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c1513 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) &&
3875 * Interrupt handler for sequencer interrupts (SEQINT).
3902 * Interrupt handler for sequencer interrupts (SEQINT).
3925 * Go ahead and clear the SEQINT now, that avoids any interrupt race
4220 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%02x, SCB_TAG %d.\n",
4229 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%x, scb %d, flags 0x%x,"
4577 * we clear the SEQINT *BEFORE* we set the REQINIT handler active
4854 printk(WARN_LEAD "Unknown SEQINT, INTSTAT 0x%x, SCSISIGI 0x%x.\n",
6402 if (intstat & SEQINT)
10380 * Simply set the MK_MESSAGE flag and the SEQINT handle
[all...]

Completed in 110 milliseconds