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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h411 #define BRKADRINT 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1099 if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
1111 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
H A Daic7xxx_core.c358 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
787 } else if (intstat & BRKADRINT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c1513 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) &&
6359 if (intstat & BRKADRINT)
6364 printk(KERN_ERR "(scsi%d) BRKADRINT error(0x%x):\n", p->host_no, errno);
6382 panic("aic7xxx: unrecoverable BRKADRINT.\n");

Completed in 76 milliseconds