Searched refs:SEQINT (Results 1 – 10 of 10) 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
876 field SEQINT 0x01877 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 …]
14 { "SEQINT", 0x04, 0x04 },
661 #define SEQINT 0x01
366 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()797 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr()801 if ((intstat & SEQINT) != 0) in ahc_intr()
1252 #define SEQINT 0x04
1001 intstat |= SEQINT; in ahd_intr()1027 if ((intstat & SEQINT) != 0) in ahd_intr()
122 field SEQINT 0x04
1518 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) && in unpause_sequencer()6429 if (intstat & SEQINT) in aic7xxx_isr()