Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A 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;
H A Daic7xxx_reg.h1147 #define SELDI 0x20 macro
H A Daic79xx.c1538 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1543 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1548 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1651 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1730 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint()
H A Daic7xxx.reg282 field SELDI 0x20 /* Board has been selected */
H A Daic79xx_reg.h2758 #define SELDI 0x20 macro
H A Daic79xx.reg1817 field SELDI 0x20 /* Board has been selected */
H A Daic79xx.seq115 test SSTAT0, SELDI jnz select_in;