Searched refs:SELDI (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/aic/
H A Daic6360reg.h193 #define SELDI 0x20 /* Selfclearing when CLRSELDI is set */ macro
H A Daic.c1218 if ((sstat0 & SELDI) != 0) {
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1150 #define SELDI 0x20 macro
H A Daic79xx.c1552 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1557 if ((status0 & (SELDI|SELDO)) != 0) {
1562 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1669 } else if ((status0 & (SELDI|SELDO)) != 0) {
1750 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0
H A Daic79xx_reg.h2761 #define SELDI 0x20 macro

Completed in 184 milliseconds