Home
last modified time | relevance | path

Searched refs:SCSIINT (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
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()
644 if ((intstat & SCSIINT) != 0) in ahc_intr()
Daic79xx_inline.h974 if ((intstat & SCSIINT) != 0) in ahd_intr()
Daic7xxx.reg804 field SCSIINT 0x04
861 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic7xxx_reg.h1537 #define SCSIINT 0x04 macro
Daic79xx_reg.h2394 #define SCSIINT 0x08 macro
Daic79xx.reg109 field SCSIINT 0x08
Daic7xxx.c759 if ((intstat & SCSIINT) == 0 in ahc_handle_seqint()