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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h106 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
545 if ((intstat & (SEQINT|SCSIINT)) != 0)
548 if ((intstat & SEQINT) != 0)
H A Daic7xxx_reg.h474 #define SEQINT 0x01 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h415 #define SEQINT 0x01 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c1591 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) &&
4310 * Interrupt handler for sequencer interrupts (SEQINT).
4343 * Interrupt handler for sequencer interrupts (SEQINT).
4364 * Go ahead and clear the SEQINT now, that avoids any interrupt race
4668 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%02x, SCB_TAG %d.\n",
4677 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%x, scb %d, flags 0x%x,"
5073 * we clear the SEQINT *BEFORE* we set the REQINIT handler active
5350 printk(WARN_LEAD "Unknown SEQINT, INTSTAT 0x%x, SCSISIGI 0x%x.\n",
6924 if (intstat & SEQINT)
10991 * Simply set the MK_MESSAGE flag and the SEQINT handle
[all...]

Completed in 101 milliseconds