HomeSort by: relevance | last modified time | path
    Searched refs:SELDO (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
aic6360reg.h 215 #define SELDO 0x40 /* Selfclearing */
aic79xx.c 1463 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0
1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1521 if ((status0 & (SELDI|SELDO)) != 0) {
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1622 } else if ((status0 & (SELDI|SELDO)) != 0) {
2007 * up the queue, clear SELDO and LQOBUSFREE,
6839 if ((ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
6844 * relies on ENSELO remaining set after SELDO. The hardware
6851 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)
6858 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0))
    [all...]
aic6360.c 1788 } else if ((sstat0 & SELDO) != 0) {
aic7xxx.c 4937 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO))));
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 76 * ENSELO is cleared by a SELDO, so we must test for SELDO
80 test SSTAT0, SELDO jnz select_out;
85 test SSTAT0, SELDO jnz select_out;
125 test SSTAT0, SELDO|SELINGO jnz . + 2;
196 test SSTAT0, (SELDO|SELINGO) jnz return;
436 * To simplify the workaround for this bug in SELDO
516 * Clear SELDO.
536 * the assertion of SELDO. If we are non-packetized,
1033 test SSTAT0, SELDO|SELINGO jnz . + 2
    [all...]
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;
aic7xxx.reg 283 field SELDO 0x40 /* Selection Done */
aic7xxx_reg.h 1154 #define SELDO 0x40
aic79xx.reg 1827 field SELDO 0x40 /* Selection Done */
aic79xx_reg.h 2723 #define SELDO 0x40

Completed in 48 milliseconds