Home
last modified time | relevance | path

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

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg806 field SEQINT 0x01
812 mask PDATA_REINIT 0x50|SEQINT /*
819 mask HOST_MSG_LOOP 0x60|SEQINT /*
829 mask PERR_DETECTED 0x80|SEQINT /*
834 mask DATA_OVERRUN 0x90|SEQINT /*
839 mask MKMSG_FAILED 0xa0|SEQINT /*
844 mask MISSED_BUSFREE 0xb0|SEQINT /*
850 mask SCB_MISMATCH 0xc0|SEQINT /*
855 mask NO_FREE_SCB 0xd0|SEQINT /*
858 mask OUT_OF_RANGE 0xe0|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/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()