Searched refs:SELDO (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 80 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 107 * ENSELO is cleared by a SELDO, so we must test for SELDO 110 test SSTAT0, SELDO jnz select_out; 113 test SSTAT0, SELDO jnz select_out; 160 test SSTAT0, SELDO|SELINGO jnz . + 2; 557 * To simplify the workaround for this bug in SELDO 653 * Clear SELDO. 688 * the assertion of SELDO. If we are non-packetized, 1220 test SSTAT0, SELDO|SELINGO jnz . + 2; 2195 * pending SELDO. [all …]
|
H A 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;
|
H A D | aic79xx.c | 1485 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 1538 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1543 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 1548 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1651 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 1731 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 3424 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 7115 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
|
H A D | aic7xxx_reg.h | 1146 #define SELDO 0x40 macro
|
H A D | aic7xxx.reg | 281 field SELDO 0x40 /* Selection Done */
|
H A D | aic79xx_reg.h | 2757 #define SELDO 0x40 macro
|
H A D | aic79xx.reg | 1816 field SELDO 0x40 /* Selection Done */
|