Searched refs:SCSIPERR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 164 #define SCSIPERR 0x04 macro
|
H A D | aha152x.c | 2199 } else if(stat1 & SCSIPERR) { in update_state() 2201 SETPORT(SSTAT1,SCSIPERR); in update_state() 2599 if (s & SCSIPERR) in get_ports() 2600 seq_puts(m, "SCSIPERR "); in get_ports() 2641 if (s & SCSIPERR) in get_ports() 2642 seq_puts(m, "SCSIPERR "); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 164 #define SCSIPERR 0x04 macro
|
H A D | aha152x.c | 2247 } else if(stat1 & SCSIPERR) { in update_state() 2249 SETPORT(SSTAT1,SCSIPERR); in update_state() 2651 if (s & SCSIPERR) in get_ports() 2652 seq_puts(m, "SCSIPERR "); in get_ports() 2693 if (s & SCSIPERR) in get_ports() 2694 seq_puts(m, "SCSIPERR "); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1305 * but the sequencer still believes that SCSIPERR in ahc_handle_seqint() 1315 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint() 1548 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1554 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1600 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint() 1603 * SCSIPERR is latched true as soon as a parity error in ahc_handle_scsiint() 1606 * transfer on the bus has correct parity, SCSIPERR will in ahc_handle_scsiint() 1636 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
|
H A D | aic79xx_core.c | 2390 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2445 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1304 * but the sequencer still believes that SCSIPERR in ahc_handle_seqint() 1314 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint() 1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1599 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint() 1602 * SCSIPERR is latched true as soon as a parity error in ahc_handle_scsiint() 1605 * transfer on the bus has correct parity, SCSIPERR will in ahc_handle_scsiint() 1635 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
|
H A D | aic79xx_core.c | 2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2444 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
|
Completed in 49 milliseconds