Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_reg.h1153 #define IOERR 0x08 macro
Daic7xxx.reg287 field IOERR 0x08 /* LVD Tranceiver mode changed */
Daic79xx.c1552 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1562 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1571 if ((status0 & IOERR) != 0) { in ahd_handle_scsiint()
Daic79xx_reg.h2763 #define IOERR 0x08 macro
Daic7xxx.c990 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint()
1020 && (status0 & IOERR) != 0) { in ahc_handle_scsiint()
Daic79xx.reg1821 field IOERR 0x08 /* LVD Tranceiver mode changed */