Searched refs:SELDO (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h140 #define SELDO 0x40 macro
H A Daha152x.c1637 if (TESTLO(SSTAT0, SELDO)) {
2364 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2639 if (s & SELDO)
2640 printk("SELDO ");
2680 if (s & SELDO)
2681 printk("SELDO ");
3012 if (s & SELDO)
3013 SPRINTF("SELDO ");
3053 if (s & SELDO)
3054 SPRINTF("SELDO ");
[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.h85 #define SELDO 0x40 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2307 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0
2360 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) {
2563 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0
2882 * up the queue, clear SELDO and LQOBUSFREE,
4207 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
7867 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
H A Daic7xxx_core.c5595 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));

Completed in 113 milliseconds