Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h428 #define DPARERR 0x10 macro
Daic7xxx.reg739 bit DPARERR 0x10 /* PCI only */
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped288 { "DPARERR", 0x10, 0x10 },
Daic7xxx_reg.h_shipped674 #define DPARERR 0x10
Daic7xxx.reg947 field DPARERR 0x10 /* PCI only */
Daic79xx_reg.h_shipped1299 #define DPARERR 0x10
Daic79xx.reg235 field DPARERR 0x10
Daic7xxx_core.c85 { DPARERR, "Data-path Parity Error" },
Daic79xx_core.c76 { DPARERR, "Data-path Parity Error" },
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c820 { DPARERR, "Data-Path Ram Parity Error" },
6417 if (errno & DPARERR) in aic7xxx_isr()