Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg806 field SEQINT 0x01
807 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 …]
H A Daic7xxx_reg.h1545 #define SEQINT 0x01 macro
H A Daic79xx_reg.h2358 #define SEQINT 0x04 macro
H A Daic79xx.reg119 field SEQINT 0x04
/netbsd-src/sys/dev/ic/
H A Daic7xxx_inline.h119 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
652 if ((intstat & (SEQINT|SCSIINT)) != 0) in ahc_intr()
655 if ((intstat & SEQINT) != 0) in ahc_intr()
H A Daic79xx_inline.h931 intstat |= SEQINT; in ahd_intr()
961 if ((intstat & SEQINT) != 0) in ahd_intr()