HomeSort by: relevance | last modified time | path
    Searched refs:SEQINT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 806 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...]
aic7xxx_reg.h 1545 #define SEQINT 0x01
aic79xx.reg 119 field SEQINT 0x04
132 NO_SEQINT, /* No seqint pending. */
aic79xx_reg.h 2358 #define SEQINT 0x04
  /src/sys/dev/ic/
aic7xxx_inline.h 119 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
652 if ((intstat & (SEQINT|SCSIINT)) != 0)
655 if ((intstat & SEQINT) != 0)
aic79xx_inline.h 926 * Potentially lost SEQINT.
928 * simulate the SEQINT.
931 intstat |= SEQINT;
961 if ((intstat & SEQINT) != 0)

Completed in 20 milliseconds