Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic/
Daic6360reg.h193 #define SELDI 0x20 /* Selfclearing when CLRSELDI is set */ macro
Daic.c1218 if ((sstat0 & SELDI) != 0) { in aic_intr_locked()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.seq93 test SSTAT0, SELDO|SELDI jnz selection;
161 test SSTAT0, SELDO|SELDI jz poll_for_selection;
175 * but prior to enabling the busfree interrupt. SELDI
178 test SSTAT0, SELDI|SELDO jz bus_free_sel;
Daic7xxx_reg.h1150 #define SELDI 0x20 macro
Daic79xx.c1552 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1557 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1562 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1669 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1750 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint()
Daic7xxx.reg284 field SELDI 0x20 /* Board has been selected */
Daic79xx_reg.h2761 #define SELDI 0x20 macro
Daic79xx.reg1819 field SELDI 0x20 /* Board has been selected */
Daic79xx.seq117 test SSTAT0, SELDI jnz select_in;