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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1149 #define SELDI 0x20 macro
H A Daic79xx.c1546 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1551 if ((status0 & (SELDI|SELDO)) != 0) {
1556 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1659 } else if ((status0 & (SELDI|SELDO)) != 0) {
1738 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0
H A Daic79xx_reg.h2760 #define SELDI 0x20 macro

Completed in 195 milliseconds