Searched refs:SELDO (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/
H A Daha152x.h140 #define SELDO 0x40 macro
H A Daha152x.c1681 if (TESTLO(SSTAT0, SELDO)) {
2425 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2706 if (s & SELDO)
2707 printk("SELDO ");
2747 if (s & SELDO)
2748 printk("SELDO ");
3079 if (s & SELDO)
3080 SPRINTF("SELDO ");
3120 if (s & SELDO)
3121 SPRINTF("SELDO ");
[all...]
/drivers/scsi/aic7xxx/
H A 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|SELING
[all...]
H A Daic7xxx.seq91 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 Daic79xx_core.c2353 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0
2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
2425 if ((status0 & (SELDI|SELDO)) != 0) {
2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
2532 } else if ((status0 & (SELDI|SELDO)) != 0) {
2609 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0
2928 * up the queue, clear SELDO and LQOBUSFREE,
4279 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
7947 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
H A Daic7xxx.reg304 field SELDO 0x40 /* Selection Done */
H A Daic7xxx_reg.h_shipped272 #define SELDO 0x40
H A Daic79xx.reg1919 field SELDO 0x40 /* Selection Done */
H A Daic79xx_reg.h_shipped1617 #define SELDO 0x40
H A Daic7xxx_core.c5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq81 test SSTAT0, SELDO|SELDI jnz selection;
91 test SSTAT0, SELDO|SELDI jnz selection;
234 test SSTAT0,SELDO jnz select_out;
H A Daic7xxx_reg.h85 #define SELDO 0x40 macro
H A Daic7xxx.reg258 bit SELDO 0x40 /* Selection Done */

Completed in 90 milliseconds