status0 1553 dev/ic/aic79xx.c u_int status0; status0 1565 dev/ic/aic79xx.c status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); status0 1570 dev/ic/aic79xx.c if ((status0 & (SELDI|SELDO)) != 0) { status0 1575 dev/ic/aic79xx.c status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); status0 1584 dev/ic/aic79xx.c if ((status0 & IOERR) != 0) { status0 1598 dev/ic/aic79xx.c } else if ((status0 & OVERRUN) != 0) { status0 1679 dev/ic/aic79xx.c } else if ((status0 & (SELDI|SELDO)) != 0) { status0 1034 dev/ic/aic7xxx.c u_int status0; status0 1048 dev/ic/aic7xxx.c status0 = ahc_inb(ahc, SSTAT0) & IOERR; status0 1050 dev/ic/aic7xxx.c status0 = 0; status0 1052 dev/ic/aic7xxx.c if (status == 0 && status0 == 0) { status0 1078 dev/ic/aic7xxx.c && (status0 & IOERR) != 0) {