Searched refs:SELTO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 159 #define SELTO 0x80 macro
|
H A D | aha152x.c | 881 SETPORT(SSTAT1, SELTO); in setup_expected_interrupts() 1482 SETPORT(SSTAT1, SELTO); in busfree_run() 2194 } else if(stat1 & SELTO) { in update_state() 2589 if (s & SELTO) in get_ports() 2590 seq_puts(m, "SELTO "); in get_ports() 2631 if (s & SELTO) in get_ports() 2632 seq_puts(m, "SELTO "); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 159 #define SELTO 0x80 macro
|
H A D | aha152x.c | 902 SETPORT(SSTAT1, SELTO); in setup_expected_interrupts() 1514 SETPORT(SSTAT1, SELTO); in busfree_run() 2242 } else if(stat1 & SELTO) { in update_state() 2641 if (s & SELTO) in get_ports() 2642 seq_puts(m, "SELTO "); in get_ports() 2683 if (s & SELTO) in get_ports() 2684 seq_puts(m, "SELTO "); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1548 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1554 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1713 } else if ((status & SELTO) != 0) { in ahc_handle_scsiint() 1743 "valid during SELTO scb(%d, %d)\n", in ahc_handle_scsiint()
|
H A D | aic79xx_core.c | 2337 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) in ahd_handle_seqint() 2390 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2457 } else if ((status & SELTO) != 0) { in ahd_handle_scsiint() 2484 "valid during SELTO scb(0x%x)\n", in ahd_handle_scsiint()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1712 } else if ((status & SELTO) != 0) { in ahc_handle_scsiint() 1742 "valid during SELTO scb(%d, %d)\n", in ahc_handle_scsiint()
|
H A D | aic79xx_core.c | 2336 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) in ahd_handle_seqint() 2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2456 } else if ((status & SELTO) != 0) { in ahd_handle_scsiint() 2483 "valid during SELTO scb(0x%x)\n", in ahd_handle_scsiint()
|
Completed in 43 milliseconds