Home
last modified time | relevance | path

Searched refs:SELDI (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic6360reg.h216 #define SELDI 0x20 /* Selfclearing when CLRSELDI is set */ macro
Daic6360.c1769 } else if ((sstat0 & SELDI) != 0) { in aicintr()
Daic79xx.c1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1521 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1622 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
/netbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq91 test SSTAT0, SELDO|SELDI jnz selection;
159 test SSTAT0, SELDO|SELDI jz poll_for_selection;
173 * but prior to enabling the busfree interrupt. SELDI
176 test SSTAT0, SELDI|SELDO jz bus_free_sel;
Daic7xxx_reg.h1155 #define SELDI 0x20 macro
Daic7xxx.reg284 field SELDI 0x20 /* Board has been selected */
Daic79xx_reg.h2724 #define SELDI 0x20 macro
Daic79xx.seq87 test SSTAT0, SELDI jnz select_in;
Daic79xx.reg1828 field SELDI 0x20 /* Board has been selected */