Searched refs:SELINGO (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/
H A Daha152x.h142 #define SELINGO 0x10 macro
H A Daha152x.c1726 } else if (TESTLO(SSTAT0, SELINGO)) {
2710 if (s & SELINGO)
2711 printk("SELINGO ");
2751 if (s & SELINGO)
2752 printk("SELINGO ");
3083 if (s & SELINGO)
3084 SPRINTF("SELINGO ");
3124 if (s & SELINGO)
3125 SPRINTF("SELINGO ");
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h87 #define SELINGO 0x10 macro
H A Daic7xxx.reg260 bit SELINGO 0x10 /* Selection In Progress */
/drivers/scsi/aic7xxx/
H A Daic79xx.seq82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus;
162 test SSTAT0, SELDO|SELINGO jnz . + 2;
1222 test SSTAT0, SELDO|SELINGO jnz . + 2;
H A Daic7xxx.reg306 field SELINGO 0x10 /* Selection In Progress */
H A Daic7xxx_reg.h_shipped274 #define SELINGO 0x10
H A Daic79xx.reg1921 field SELINGO 0x10 /* Selection In Progress */
H A Daic79xx_reg.h_shipped1619 #define SELINGO 0x10
H A Daic79xx_core.c2490 * LED does. SELINGO is only cleared by a successful
4279 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
7947 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
H A Daic7xxx_core.c1736 * LED does. SELINGO is only cleared by a successful
5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));

Completed in 52 milliseconds