Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h411 #define BRKADRINT 0x08 macro
Daic7xxx.reg685 bit BRKADRINT 0x08
725 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1111 if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0 in ahc_probe_ext_scbram()
1123 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0 in ahc_probe_ext_scbram()
Daic79xx_reg_print.c_shipped18 { "BRKADRINT", 0x40, 0x40 },
Daic7xxx.reg873 field BRKADRINT 0x08
931 mask INT_PEND (BRKADRINT|SEQINT|SCSIINT|CMDCMPLT)
Daic7xxx_reg.h_shipped658 #define BRKADRINT 0x08
Daic7xxx_core.c366 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
795 } else if (intstat & BRKADRINT) { in ahc_intr()
Daic79xx_reg.h_shipped1248 #define BRKADRINT 0x40
Daic79xx.reg118 field BRKADRINT 0x40
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c1518 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) && in unpause_sequencer()
6386 if (intstat & BRKADRINT) in aic7xxx_isr()