Searched refs:SCSIPERR (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 206 #define SCSIPERR 0x04 macro
|
D | aha152x.c | 2929 } else if(stat1 & SCSIPERR) { 2931 SETPORT(SSTAT1,SCSIPERR); 3219 if (s & SCSIPERR) 3261 if (s & SCSIPERR) 3588 if (s & SCSIPERR) 3630 if (s & SCSIPERR)
|
D | aic7xxx_old.c | 6441 else if (status & SCSIPERR) in aic7xxx_handle_scsiint()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 109 #define SCSIPERR 0x04 macro
|
D | aic7xxx.seq | 1066 test SSTAT1, SCSIPERR jnz .; 1299 test SSTAT1, SCSIPERR jnz phase_lock;
|
D | aic7xxx.reg | 295 bit SCSIPERR 0x04
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 740 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint() 973 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 979 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1025 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint() 1061 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
|
D | aic7xxx_reg.h | 1171 #define SCSIPERR 0x04 macro
|
D | aic79xx.seq | 1209 test SSTAT1, SCSIPERR jnz phase_lock; 1236 test SSTAT1, SCSIPERR jnz inb_next_wait;
|
D | aic7xxx.seq | 1984 test SSTAT1, SCSIPERR jnz inb_next_wait_perr; 2115 test SSTAT1, SCSIPERR jnz phase_lock_perr;
|
D | aic7xxx.reg | 320 field SCSIPERR 0x04
|
D | aic79xx_reg.h | 2755 #define SCSIPERR 0x04 macro
|
D | aic79xx_core.c | 1167 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 1209 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
|
D | aic79xx.reg | 1881 field SCSIPERR 0x04
|