Searched refs:SELINGO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 143 #define SELINGO 0x10 macro
|
H A D | aha152x.c | 1556 else if (TESTLO(SSTAT0, SELINGO)) in selto_run() 2577 if (s & SELINGO) in get_ports() 2578 seq_puts(m, "SELINGO "); in get_ports() 2618 if (s & SELINGO) in get_ports() 2619 seq_puts(m, "SELINGO "); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 143 #define SELINGO 0x10 macro
|
H A D | aha152x.c | 1593 else if (TESTLO(SSTAT0, SELINGO)) in selto_run() 2629 if (s & SELINGO) in get_ports() 2630 seq_puts(m, "SELINGO "); in get_ports() 2670 if (s & SELINGO) in get_ports() 2671 seq_puts(m, "SELINGO "); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2473 * LED does. SELINGO is only cleared by a successful in ahd_handle_scsiint() 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 | 1729 * LED does. SELINGO is only cleared by a successful in ahc_handle_scsiint() 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 | 2472 * LED does. SELINGO is only cleared by a successful 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()
|
H A D | aic7xxx_core.c | 1728 * LED does. SELINGO is only cleared by a successful in ahc_handle_scsiint() 5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|
Completed in 45 milliseconds