Home
last modified time | relevance | path

Searched refs:CMDCMPLT (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h590 intstat = CMDCMPLT; in ahc_intr()
609 if (intstat & CMDCMPLT) { in ahc_intr()
Daic79xx_inline.h226 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause()
897 intstat = CMDCMPLT; in ahd_intr()
904 if (intstat & CMDCMPLT) { in ahd_intr()
Daic7xxx.reg805 field CMDCMPLT 0x02
861 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic7xxx_reg.h1535 #define CMDCMPLT 0x02 macro
Daic79xx.reg118 field CMDCMPLT 0x02
3711 * is enabled, before issueing a CMDCMPLT interrupt for a completed
Daic7xxx.seq640 mvi INTSTAT,CMDCMPLT ret;
1688 mvi INTSTAT,CMDCMPLT ret;
Daic79xx_reg.h2359 #define CMDCMPLT 0x02 macro
Daic79xx.seq251 mvi INTSTAT, CMDCMPLT;
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h413 #define CMDCMPLT 0x02 macro
Daic7xxx.reg687 bit CMDCMPLT 0x02
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic7xxx.seq866 mvi INTSTAT,CMDCMPLT;
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c6922 if (intstat & CMDCMPLT) in aic7xxx_isr()