Searched refs:SCSIPERR (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | aha152x.h | 164 #define SCSIPERR 0x04 macro
|
D | aha152x.c | 2200 } else if(stat1 & SCSIPERR) { in update_state() 2202 SETPORT(SSTAT1,SCSIPERR); in update_state() 2600 if (s & SCSIPERR) in get_ports() 2642 if (s & SCSIPERR) in get_ports()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 111 { "SCSIPERR", 0x04, 0x04 },
|
D | aic79xx_reg_print.c_shipped | 275 { "SCSIPERR", 0x04, 0x04 },
|
D | aic7xxx_reg.h_shipped | 296 #define SCSIPERR 0x04
|
D | aic7xxx_core.c | 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() 1636 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
|
D | aic7xxx.seq | 1985 test SSTAT1, SCSIPERR jnz inb_next_wait_perr; 2116 test SSTAT1, SCSIPERR jnz phase_lock_perr;
|
D | aic79xx_reg.h_shipped | 765 #define SCSIPERR 0x04
|
D | aic7xxx.reg | 342 field SCSIPERR 0x04
|
D | aic79xx.seq | 1414 test SSTAT1, SCSIPERR jnz phase_lock; 1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
|
D | aic79xx_core.c | 2401 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2456 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
|
D | aic79xx.reg | 1977 field SCSIPERR 0x04
|