Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.h185 #define SELINGO 0x10 macro
Daha152x.c2225 } else if (TESTLO(SSTAT0, SELINGO)) {
3197 if (s & SELINGO)
3238 if (s & SELINGO)
3566 if (s & SELINGO)
3607 if (s & SELINGO)
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h87 #define SELINGO 0x10 macro
Daic7xxx.reg260 bit SELINGO 0x10 /* Selection In Progress */
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1149 #define SELINGO 0x10 macro
Daic79xx.seq123 test SSTAT0, SELDO|SELINGO jnz . + 2;
194 test SSTAT0, (SELDO|SELINGO) jnz return;
1034 test SSTAT0, SELDO|SELINGO jnz . + 2;
Daic7xxx.reg285 field SELINGO 0x10 /* Selection In Progress */
Daic79xx_reg.h2716 #define SELINGO 0x10 macro
Daic79xx_core.c6685 if ((ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_pause_and_flushwork()
6697 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0) in ahd_pause_and_flushwork()
6704 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
Daic79xx.reg1827 field SELINGO 0x10 /* Selection In Progress */
Daic7xxx_core.c5126 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()