Home
last modified time | relevance | path

Searched refs:IOERR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1158 #define IOERR 0x08 macro
H A Daic7xxx.reg287 field IOERR 0x08 /* LVD Tranceiver mode changed */
H A Daic79xx_reg.h2726 #define IOERR 0x08 macro
H A Daic79xx.reg1830 field IOERR 0x08 /* LVD Tranceiver mode changed */
/netbsd-src/sys/dev/ic/
H A Daic79xx.c1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1538 if ((status0 & IOERR) != 0) { in ahd_handle_scsiint()
H A Daic7xxx.c987 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint()
1017 && (status0 & IOERR) != 0) { in ahc_handle_scsiint()