Searched refs:SELDO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 141 #define SELDO 0x40 macro
|
H A D | aha152x.c | 1515 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 2192 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) { in update_state() 2573 if (s & SELDO) in get_ports() 2574 seq_puts(m, "SELDO "); in get_ports() 2614 if (s & SELDO) in get_ports() 2615 seq_puts(m, "SELDO "); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 141 #define SELDO 0x40 macro
|
H A D | aha152x.c | 1549 if (TESTLO(SSTAT0, SELDO)) { in seldo_run() 2239 } else if (stat0 & SELDO && CURRENT_SC && in update_state() 2625 if (s & SELDO) in get_ports() 2626 seq_puts(m, "SELDO "); in get_ports() 2666 if (s & SELDO) in get_ports() 2667 seq_puts(m, "SELDO "); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2336 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 2389 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2408 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2413 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2515 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2592 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 2910 * up the queue, clear SELDO and LQOBUSFREE, in ahd_handle_pkt_busfree() 4245 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 7855 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
|
H A D | aic7xxx_core.c | 5584 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2335 && (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() 2909 * up the queue, clear SELDO and LQOBUSFREE, in ahd_handle_pkt_busfree() 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()
|
H A D | aic7xxx_core.c | 5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|
Completed in 45 milliseconds