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

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.reg688 bit SEQINT 0x01
689 mask BAD_PHASE SEQINT /* unknown scsi bus phase */
690 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
691 mask NO_IDENT 0x20|SEQINT /* no IDENTIFY after reconnect*/
692 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
693 mask EXTENDED_MSG 0x40|SEQINT /* Extended message received */
694 mask WIDE_RESIDUE 0x50|SEQINT /* need kernel to back up */
696 mask REJECT_MSG 0x60|SEQINT /* Reject message received */
697 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */
698 mask RESIDUAL 0x80|SEQINT /* Residua
[all...]
H A Daic7xxx_reg.h415 #define SEQINT 0x01 macro
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg876 field SEQINT 0x01
877 mask BAD_PHASE SEQINT /* unknown scsi bus phase */
878 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
879 mask PROTO_VIOLATION 0x20|SEQINT /* SCSI protocol violation */
880 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
881 mask IGN_WIDE_RES 0x40|SEQINT /* Complex IGN Wide Res Msg */
882 mask PDATA_REINIT 0x50|SEQINT /*
889 mask HOST_MSG_LOOP 0x60|SEQINT /*
898 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */
899 mask PERR_DETECTED 0x80|SEQINT /*
[all...]
H A Daic7xxx_reg.h_shipped661 #define SEQINT 0x01
H A Daic7xxx_core.c366 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
797 } else if ((intstat & (SEQINT|SCSIINT)) != 0) {
801 if ((intstat & SEQINT) != 0)
992 * Clear the upper byte that holds SEQINT status
993 * codes and clear the SEQINT bit. We will unpause
1528 * a SEQINT, so we should restart it when
H A Daic79xx.reg122 field SEQINT 0x04
H A Daic79xx_reg.h_shipped1252 #define SEQINT 0x04
H A Daic79xx_core.c996 * Potentially lost SEQINT.
998 * simulate the SEQINT.
1001 intstat |= SEQINT;
1027 if ((intstat & SEQINT) != 0)
1784 * Save the sequencer interrupt code and clear the SEQINT
1793 * SEQINT by writing NO_SEQINT to it. This
2384 * a SEQINT, so we should restart it when
/drivers/scsi/
H A Daic7xxx_old.c1518 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) &&
3877 * Interrupt handler for sequencer interrupts (SEQINT).
3904 * Interrupt handler for sequencer interrupts (SEQINT).
3927 * Go ahead and clear the SEQINT now, that avoids any interrupt race
4222 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%02x, SCB_TAG %d.\n",
4231 printk(WARN_LEAD "Invalid SCB during SEQINT 0x%x, scb %d, flags 0x%x,"
4587 * we clear the SEQINT *BEFORE* we set the REQINIT handler active
4881 printk(WARN_LEAD "Unknown SEQINT, INTSTAT 0x%x, SCSISIGI 0x%x.\n",
6429 if (intstat & SEQINT)
10443 * Simply set the MK_MESSAGE flag and the SEQINT handle
[all...]

Completed in 478 milliseconds