Searched refs:BRKADRINT (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.reg685 bit BRKADRINT 0x08
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
H A Daic7xxx_reg.h411 #define BRKADRINT 0x08 macro
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg873 field BRKADRINT 0x08
931 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
H A Daic7xxx_pci.c1111 if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
1123 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
H A Daic7xxx_reg.h_shipped658 #define BRKADRINT 0x08
H A Daic79xx.reg118 field BRKADRINT 0x40
H A Daic79xx_reg.h_shipped1248 #define BRKADRINT 0x40
H A Daic7xxx_core.c366 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
795 } else if (intstat & BRKADRINT) {
/drivers/scsi/
H A Daic7xxx_old.c1518 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) &&
6386 if (intstat & BRKADRINT)
6391 printk(KERN_ERR "(scsi%d) BRKADRINT error(0x%x):\n", p->host_no, errno);
6409 panic("aic7xxx: unrecoverable BRKADRINT.\n");

Completed in 131 milliseconds