Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
636 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr()
643 if ((intstat & SCSIINT) != 0) in ahc_intr()
Daic79xx_inline.h952 if ((intstat & SCSIINT) != 0) in ahd_intr()
Daic7xxx.reg804 field SCSIINT 0x04
861 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic7xxx_reg.h1534 #define SCSIINT 0x04 macro
Daic79xx_reg.h2357 #define SCSIINT 0x08 macro
Daic79xx.reg116 field SCSIINT 0x08
Daic7xxx_core.c739 if ((intstat & SCSIINT) == 0 in ahc_handle_seqint()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h412 #define SCSIINT 0x04 macro
Daic7xxx.reg686 bit SCSIINT 0x04
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1600 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) && in unpause_sequencer()
6983 if (intstat & SCSIINT) in aic7xxx_isr()