Searched full:seldi (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 91 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 D | aic7xxx.reg | 282 field SELDI 0x20 /* Board has been selected */
|
| H A D | aic7xxx_reg.h | 1147 #define SELDI 0x20 macro
|
| H A D | aic7xxx_reg_print.c | 216 { "SELDI", 0x20, 0x20 },
|
| H A D | aic79xx.c | 1538 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 D | aic79xx.reg | 1817 field SELDI 0x20 /* Board has been selected */
|
| H A D | aic79xx.seq | 115 test SSTAT0, SELDI jnz select_in;
|
| H A D | aic79xx_reg.h | 2758 #define SELDI 0x20 macro
|
| H A D | aic79xx_reg_print.c | 917 { "SELDI", 0x20, 0x20 },
|