Searched refs:SELDI (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h141 #define SELDI 0x20 macro
H A Daha152x.c1724 DPRINTK(debug_selection, DEBUG_LEAD "unexpected SELDI ", CMDINFO(CURRENT_SC));
2362 } else if(stat0 & SELDI && PREVSTATE==busfree) {
2386 if((stat0 & SELDI) && STATE!=seldi && !dataphase) {
2641 if (s & SELDI)
2642 printk("SELDI ");
2682 if (s & SELDI)
2683 printk("SELDI ");
3014 if (s & SELDI)
3015 SPRINTF("SELDI ");
3055 if (s & SELDI)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h86 #define SELDI 0x20 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2360 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
2379 if ((status0 & (SELDI|SELDO)) != 0) {
2384 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
2486 } else if ((status0 & (SELDI|SELDO)) != 0) {
2562 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0

Completed in 74 milliseconds