Home
last modified time | relevance | path

Searched refs:SCSIRSTI (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.h161 #define SCSIRSTI 0x20 macro
H A Daha152x.c2186 if(stat1 & SCSIRSTI) { in update_state()
2189 SETPORT(SSTAT1,SCSIRSTI); in update_state()
2593 if (s & SCSIRSTI) in get_ports()
2594 seq_puts(m, "SCSIRSTI "); in get_ports()
2635 if (s & SCSIRSTI) in get_ports()
2636 seq_puts(m, "SCSIRSTI "); in get_ports()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.h161 #define SCSIRSTI 0x20 macro
H A Daha152x.c2233 if(stat1 & SCSIRSTI) { in update_state()
2236 SETPORT(SSTAT1,SCSIRSTI); in update_state()
2645 if (s & SCSIRSTI) in get_ports()
2646 seq_puts(m, "SCSIRSTI "); in get_ports()
2687 if (s & SCSIRSTI) in get_ports()
2688 seq_puts(m, "SCSIRSTI "); in get_ports()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1548 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1554 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1594 } else if ((status & SCSIRSTI) != 0) { in ahc_handle_scsiint()
H A Daic79xx_core.c2390 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2398 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) { in ahd_handle_scsiint()
2441 } else if ((status & SCSIRSTI) != 0) { in ahd_handle_scsiint()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1593 } else if ((status & SCSIRSTI) != 0) { in ahc_handle_scsiint()
H A Daic79xx_core.c2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2397 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) { in ahd_handle_scsiint()
2440 } else if ((status & SCSIRSTI) != 0) { in ahd_handle_scsiint()

Completed in 54 milliseconds