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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1152 #define IOERR 0x08 macro
H A Daic79xx.c1546 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1556 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1565 if ((status0 & IOERR) != 0) {
H A Daic7xxx.c989 status0 = ahc_inb(ahc, SSTAT0) & IOERR;
1019 && (status0 & IOERR) != 0) {
H A Daic79xx_reg.h2762 #define IOERR 0x08 macro

Completed in 201 milliseconds