Home
last modified time | relevance | path

Searched refs:SEQINT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.reg804 field SEQINT 0x01
805 mask BAD_PHASE SEQINT /* unknown scsi bus phase */
806 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
807 mask PROTO_VIOLATION 0x20|SEQINT /* SCSI protocol violation */
808 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
809 mask IGN_WIDE_RES 0x40|SEQINT /* Complex IGN Wide Res Msg */
810 mask PDATA_REINIT 0x50|SEQINT /*
817 mask HOST_MSG_LOOP 0x60|SEQINT /*
826 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */
827 mask PERR_DETECTED 0x80|SEQINT /*
[all …]
H A Daic7xxx_inline.h114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
637 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr()
640 if ((intstat & SEQINT) != 0) in ahc_intr()
H A Daic79xx_inline.h945 intstat |= SEQINT; in ahd_intr()
970 if ((intstat & SEQINT) != 0) in ahd_intr()
H A Daic7xxx_reg.h1536 #define SEQINT 0x01 macro
H A Daic79xx_reg.h2392 #define SEQINT 0x04 macro
H A Daic79xx.reg108 field SEQINT 0x04