Searched refs:IOERR (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h88 #define IOERR 0x08 macro
H A Daic7xxx.reg262 bit IOERR 0x08 /* LVD Tranceiver mode changed */
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg308 field IOERR 0x08 /* LVD Tranceiver mode changed */
H A Daic7xxx_reg.h_shipped276 #define IOERR 0x08
H A Daic79xx.reg1922 field IOERR 0x08 /* LVD Tranceiver mode changed */
H A Daic79xx_core.c2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
2439 if ((status0 & IOERR) != 0) {
H A Daic79xx_reg.h_shipped1620 #define IOERR 0x08
H A Daic7xxx_core.c1552 status0 = ahc_inb(ahc, SSTAT0) & IOERR;
1582 && (status0 & IOERR) != 0) {

Completed in 49 milliseconds