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

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.reg687 bit CMDCMPLT 0x02
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
H A Daic7xxx_reg.h413 #define CMDCMPLT 0x02 macro
H A Daic7xxx.seq866 mvi INTSTAT,CMDCMPLT;
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg875 field CMDCMPLT 0x02
931 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
H A Daic7xxx.seq640 mvi INTSTAT,CMDCMPLT ret;
1689 mvi INTSTAT,CMDCMPLT ret;
H A Daic7xxx_reg.h_shipped660 #define CMDCMPLT 0x02
H A Daic79xx.seq286 mvi INTSTAT, CMDCMPLT;
H A Daic79xx.reg123 field CMDCMPLT 0x02
3986 * is enabled, before issuing a CMDCMPLT interrupt for a completed
H A Daic79xx_core.c406 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0)
975 intstat = CMDCMPLT;
982 if (intstat & CMDCMPLT) {
H A Daic79xx_reg.h_shipped1253 #define CMDCMPLT 0x02
H A Daic7xxx_core.c751 intstat = CMDCMPLT;
770 if (intstat & CMDCMPLT) {
/drivers/scsi/
H A Daic7xxx_old.c6263 printk(WARN_LEAD "CMDCMPLT with invalid SCB index %d\n", p->host_no,
6270 printk(WARN_LEAD "CMDCMPLT without command for SCB %d, SCB flags "
6381 if (intstat & CMDCMPLT)

Completed in 108 milliseconds