Home
last modified time | relevance | path

Searched refs:SELDO (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daha152x.h183 #define SELDO 0x40 macro
Daha152x.c2175 if (TESTLO(SSTAT0, SELDO)) {
2922 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
3193 if (s & SELDO)
3234 if (s & SELDO)
3562 if (s & SELDO)
3603 if (s & SELDO)
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.seq74 * ENSELO is cleared by a SELDO, so we must test for SELDO
78 test SSTAT0, SELDO jnz select_out;
83 test SSTAT0, SELDO jnz select_out;
123 test SSTAT0, SELDO|SELINGO jnz . + 2;
194 test SSTAT0, (SELDO|SELINGO) jnz return;
434 * To simplify the workaround for this bug in SELDO
514 * Clear SELDO.
534 * the assertion of SELDO. If we are non-packetized,
1034 test SSTAT0, SELDO|SELINGO jnz . + 2;
1953 * pending SELDO.
[all …]
Daic7xxx.seq91 test SSTAT0, SELDO|SELDI jnz selection;
159 test SSTAT0, SELDO|SELDI jz poll_for_selection;
174 * and SELDO will be cleared in that case.
176 test SSTAT0, SELDI|SELDO jz bus_free_sel;
177 test SSTAT0,SELDO jnz select_out;
Daic79xx_core.c1113 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint()
1166 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1171 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1176 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1272 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
6685 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()
Daic7xxx_reg.h1147 #define SELDO 0x40 macro
Daic7xxx.reg283 field SELDO 0x40 /* Selection Done */
Daic79xx_reg.h2714 #define SELDO 0x40 macro
Daic79xx.reg1825 field SELDO 0x40 /* Selection Done */
Daic7xxx_core.c5126 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h85 #define SELDO 0x40 macro
Daic7xxx.seq81 test SSTAT0, SELDO|SELDI jnz selection;
91 test SSTAT0, SELDO|SELDI jnz selection;
234 test SSTAT0,SELDO jnz select_out;
Daic7xxx.reg258 bit SELDO 0x40 /* Selection Done */