Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg807 field SEQINT 0x01
813 mask PDATA_REINIT 0x50|SEQINT /*
820 mask HOST_MSG_LOOP 0x60|SEQINT /*
830 mask PERR_DETECTED 0x80|SEQINT /*
835 mask DATA_OVERRUN 0x90|SEQINT /*
840 mask MKMSG_FAILED 0xa0|SEQINT /*
845 mask MISSED_BUSFREE 0xb0|SEQINT /*
851 mask SCB_MISMATCH 0xc0|SEQINT /*
856 mask NO_FREE_SCB 0xd0|SEQINT /*
859 mask OUT_OF_RANGE 0xe0|SEQINT
[all …]
H A Daic7xxx_reg.h1537 #define SEQINT 0x01 macro
H A Daic79xx_reg.h2394 #define SEQINT 0x04 macro
H A Daic79xx.reg111 field SEQINT 0x04
/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h128 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
591 if ((intstat & (SEQINT|SCSIINT)) != 0) in ahc_intr()
594 if ((intstat & SEQINT) != 0) in ahc_intr()
H A Daic79xx.c10650 intstat |= SEQINT; in ahd_intr()
10676 if ((intstat & SEQINT) != 0) in ahd_intr()