Searched refs:SEQINT (Results 1 – 9 of 9) sorted by relevance
688 bit SEQINT 0x01689 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 /* Residual byte count != 0 */[all …]
415 #define SEQINT 0x01 macro
806 field SEQINT 0x01807 mask BAD_PHASE SEQINT /* unknown scsi bus phase */808 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */809 mask PROTO_VIOLATION 0x20|SEQINT /* SCSI protocol violation */ 810 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */811 mask IGN_WIDE_RES 0x40|SEQINT /* Complex IGN Wide Res Msg */812 mask PDATA_REINIT 0x50|SEQINT /*819 mask HOST_MSG_LOOP 0x60|SEQINT /*828 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */829 mask PERR_DETECTED 0x80|SEQINT /*[all …]
114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()636 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr()640 if ((intstat & SEQINT) != 0) in ahc_intr()
923 intstat |= SEQINT; in ahd_intr()949 if ((intstat & SEQINT) != 0) in ahd_intr()
1536 #define SEQINT 0x01 macro
2358 #define SEQINT 0x04 macro
117 field SEQINT 0x04
1600 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) && in unpause_sequencer()6971 if (intstat & SEQINT) in aic7xxx_isr()