Searched refs:SCSIRSTO (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 114 #define SCSIRSTO 0x01 macro
|
D | aha152x.c | 1318 SETPORT(SCSISEQ, SCSIRSTO); 1766 SETPORT(SCSISEQ, SCSIRSTO); 3155 if (s & SCSIRSTO) 3524 if (s & SCSIRSTO)
|
D | aic7xxx_old.c | 3832 aic_outb(p, aic_inb(p, SCSISEQ) | SCSIRSTO, SCSISEQ); in aic7xxx_reset_current_bus() 3833 while ( (aic_inb(p, SCSISEQ) & SCSIRSTO) == 0) in aic7xxx_reset_current_bus()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 13 #define SCSIRSTO 0x01 macro
|
D | aic7xxx.reg | 61 bit SCSIRSTO 0x01
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h | 1068 #define SCSIRSTO 0x01 macro
|
D | aic7xxx.reg | 67 field SCSIRSTO 0x01
|
D | aic79xx_reg.h | 2616 #define SCSIRSTO 0x01 macro
|
D | aic7xxx_core.c | 5950 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 5954 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus()
|
D | aic79xx_core.c | 7388 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 7389 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
|
D | aic79xx.reg | 1516 field SCSIRSTO 0x01
|