Searched refs:SELDI (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 141 #define SELDI 0x20 macro
|
D | aha152x.c | 2423 } else if(stat0 & SELDI && PREVSTATE==busfree) { in update_state() 2447 if((stat0 & SELDI) && STATE!=seldi && !dataphase) { in update_state() 2708 if (s & SELDI) in disp_ports() 2749 if (s & SELDI) in disp_ports() 3077 if (s & SELDI) in get_ports() 3118 if (s & SELDI) in get_ports()
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 86 #define SELDI 0x20 macro
|
D | aic7xxx.seq | 81 test SSTAT0, SELDO|SELDI jnz selection; 91 test SSTAT0, SELDO|SELDI jnz selection;
|
D | aic7xxx.reg | 259 bit SELDI 0x20 /* Board has been selected */
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 96 { "SELDI", 0x20, 0x20 },
|
D | aic79xx_reg_print.c_shipped | 243 { "SELDI", 0x20, 0x20 },
|
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;
|
D | aic7xxx_reg.h_shipped | 273 #define SELDI 0x20
|
D | aic79xx_core.c | 2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2425 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2532 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2608 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint()
|
D | aic7xxx.reg | 305 field SELDI 0x20 /* Board has been selected */
|
D | aic79xx_reg.h_shipped | 1618 #define SELDI 0x20
|
D | aic79xx.reg | 1920 field SELDI 0x20 /* Board has been selected */
|
D | aic79xx.seq | 117 test SSTAT0, SELDI jnz select_in;
|