Searched refs:SCSIRSTO (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/
H A Daha152x.h71 #define SCSIRSTO 0x01 macro
H A Daha152x.c827 SETPORT(SCSISEQ, SCSIRSTO);
1268 SETPORT(SCSISEQ, SCSIRSTO);
2668 if (s & SCSIRSTO)
2669 printk("SCSIRSTO ");
3041 if (s & SCSIRSTO)
3042 SPRINTF("SCSIRSTO ");
H A Daic7xxx_old.c3474 aic_outb(p, aic_inb(p, SCSISEQ) | SCSIRSTO, SCSISEQ);
3475 while ( (aic_inb(p, SCSISEQ) & SCSIRSTO) == 0)
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h13 #define SCSIRSTO 0x01 macro
H A Daic7xxx.reg61 bit SCSIRSTO 0x01
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg78 field SCSIRSTO 0x01
H A Daic7xxx_reg.h_shipped193 #define SCSIRSTO 0x01
H A Daic79xx.reg1595 field SCSIRSTO 0x01
H A Daic79xx_reg.h_shipped1510 #define SCSIRSTO 0x01
H A Daic7xxx_core.c6471 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6475 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
H A Daic79xx_core.c8685 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
8686 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);

Completed in 66 milliseconds