Home
last modified time | relevance | path

Searched refs:PCIERRSTAT (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h426 #define PCIERRSTAT 0x40 macro
Daic7xxx.reg737 bit PCIERRSTAT 0x40 /* PCI only */
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h600 && (ahc_inb(ahc, ERROR) & PCIERRSTAT) != 0) in ahc_intr()
Daic7xxx_reg.h1547 #define PCIERRSTAT 0x40 macro
Daic7xxx_pci.c2002 if ((error & PCIERRSTAT) == 0) in ahc_pci_intr()
Daic7xxx.reg873 field PCIERRSTAT 0x40 /* PCI only */
Daic7xxx_core.c93 { PCIERRSTAT, "PCI Error detected" },
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c878 { PCIERRSTAT,"PCI Error detected" },
6891 if ( aic_inb(p, ERROR) & PCIERRSTAT ) in aic7xxx_isr()
6945 if (errno & PCIERRSTAT) in aic7xxx_isr()