Searched refs:SCSIPERR (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 164 #define SCSIPERR 0x04 macro
|
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() 2693 if (s & SCSIPERR) in get_ports()
|
/linux-5.19.10/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 | 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() 1635 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 | aic7xxx.reg | 342 field SCSIPERR 0x04
|
D | aic79xx_reg.h_shipped | 765 #define SCSIPERR 0x04
|
D | aic79xx.seq | 1414 test SSTAT1, SCSIPERR jnz phase_lock; 1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
|
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()
|
D | aic79xx.reg | 1977 field SCSIPERR 0x04
|