SELDI            2191 drivers/scsi/aha152x.c 	} else if (stat0 & SELDI && PREVSTATE == busfree) {
SELDI            2215 drivers/scsi/aha152x.c 	if((stat0 & SELDI) && STATE!=seldi && !dataphase) {
SELDI            2576 drivers/scsi/aha152x.c 	if (s & SELDI)
SELDI            2617 drivers/scsi/aha152x.c 	if (s & SELDI)
SELDI            2400 drivers/scsi/aic7xxx/aic79xx_core.c 	status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
SELDI            2419 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((status0 & (SELDI|SELDO)) != 0) {
SELDI            2424 drivers/scsi/aic7xxx/aic79xx_core.c 		status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
SELDI            2526 drivers/scsi/aic7xxx/aic79xx_core.c 	} else if ((status0 & (SELDI|SELDO)) != 0) {
SELDI            2602 drivers/scsi/aic7xxx/aic79xx_core.c 			 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0