Searched refs:SELDO (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 183 #define SELDO 0x40 macro
|
D | aha152x.c | 2175 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/ |
D | aic79xx.seq | 74 * 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 …]
|
D | aic7xxx.seq | 91 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;
|
D | aic79xx_core.c | 1113 && (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()
|
D | aic7xxx_reg.h | 1147 #define SELDO 0x40 macro
|
D | aic7xxx.reg | 283 field SELDO 0x40 /* Selection Done */
|
D | aic79xx_reg.h | 2714 #define SELDO 0x40 macro
|
D | aic79xx.reg | 1825 field SELDO 0x40 /* Selection Done */
|
D | aic7xxx_core.c | 5126 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 85 #define SELDO 0x40 macro
|
D | aic7xxx.seq | 81 test SSTAT0, SELDO|SELDI jnz selection; 91 test SSTAT0, SELDO|SELDI jnz selection; 234 test SSTAT0,SELDO jnz select_out;
|
D | aic7xxx.reg | 258 bit SELDO 0x40 /* Selection Done */
|