Searched refs:SELDO (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | aha152x.h | 140 #define SELDO 0x40 macro
|
D | aha152x.c | 1681 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 2425 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) { in update_state() 2706 if (s & SELDO) in disp_ports() 2747 if (s & SELDO) in disp_ports() 3079 if (s & SELDO) in get_ports() 3120 if (s & SELDO) in get_ports()
|
/linux-3.4.99/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 */
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 109 * ENSELO is cleared by a SELDO, so we must test for SELDO 112 test SSTAT0, SELDO jnz select_out; 115 test SSTAT0, SELDO jnz select_out; 162 test SSTAT0, SELDO|SELINGO jnz . + 2; 559 * To simplify the workaround for this bug in SELDO 655 * Clear SELDO. 690 * the assertion of SELDO. If we are non-packetized, 1222 test SSTAT0, SELDO|SELINGO jnz . + 2; 2197 * pending SELDO. [all …]
|
D | aic7xxx_reg_print.c_shipped | 97 { "SELDO", 0x40, 0x40 },
|
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_reg_print.c_shipped | 244 { "SELDO", 0x40, 0x40 },
|
D | aic79xx_core.c | 2353 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2425 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2532 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2609 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 4279 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 7947 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
|
D | aic7xxx_reg.h_shipped | 272 #define SELDO 0x40
|
D | aic7xxx.reg | 304 field SELDO 0x40 /* Selection Done */
|
D | aic79xx_reg.h_shipped | 1617 #define SELDO 0x40
|
D | aic79xx.reg | 1919 field SELDO 0x40 /* Selection Done */
|
D | aic7xxx_core.c | 5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|