Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Daha152x.h141 #define SELDO 0x40 macro
Daha152x.c1549 if (TESTLO(SSTAT0, SELDO)) { in seldo_run()
2239 } else if (stat0 & SELDO && CURRENT_SC && in update_state()
2625 if (s & SELDO) in get_ports()
2666 if (s & SELDO) in get_ports()
/linux-6.6.21/drivers/scsi/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_reg_print.c_shipped97 { "SELDO", 0x40, 0x40 },
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;
Daic79xx_reg_print.c_shipped261 { "SELDO", 0x40, 0x40 },
Daic79xx_core.c2335 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint()
2388 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2407 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2412 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
2514 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
2591 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint()
4243 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs()
7854 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
Daic7xxx_reg.h_shipped272 #define SELDO 0x40
Daic7xxx.reg304 field SELDO 0x40 /* Selection Done */
Daic79xx_reg.h_shipped742 #define SELDO 0x40
Daic79xx.reg1919 field SELDO 0x40 /* Selection Done */
Daic7xxx_core.c5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()