Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aic/
Daic6360reg.h192 #define SELDO 0x40 /* Selfclearing */ macro
Daic.c1228 if ((sstat0 & SELDO) != 0) { in aic_intr()
/freebsd-9-stable/sys/dev/aic7xxx/
Daic79xx.seq82 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 …]
Daic7xxx.seq93 test SSTAT0, SELDO|SELDI jnz selection;
161 test SSTAT0, SELDO|SELDI jz poll_for_selection;
176 * and SELDO will be cleared in that case.
178 test SSTAT0, SELDI|SELDO jz bus_free_sel;
179 test SSTAT0,SELDO jnz select_out;
Daic79xx.c1499 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint()
1552 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1557 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1562 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1669 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
1751 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint()
3459 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs()
7185 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
Daic7xxx.reg283 field SELDO 0x40 /* Selection Done */
Daic79xx.reg1818 field SELDO 0x40 /* Selection Done */
Daic7xxx.c5220 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()