Searched refs:SELDO (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/aic/
H A Daic6360reg.h194 #define SELDO 0x40 /* Selfclearing */ macro
H A Daic.c1226 if ((sstat0 & SELDO) != 0) {
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.c1498 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0
1551 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1556 if ((status0 & (SELDI|SELDO)) != 0) {
1561 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1668 } else if ((status0 & (SELDI|SELDO)) != 0) {
1750 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0
2075 * up the queue, clear SELDO and LQOBUSFREE,
3454 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
7178 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
H A Daic7xxx_reg.h1149 #define SELDO 0x40 macro
H A Daic79xx_reg.h2760 #define SELDO 0x40 macro
H A Daic7xxx.c5216 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));

Completed in 126 milliseconds