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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h71 #define SCSIRSTO 0x01 macro
H A Daha152x.c819 SETPORT(SCSISEQ, SCSIRSTO);
1240 SETPORT(SCSISEQ, SCSIRSTO);
2601 if (s & SCSIRSTO)
2602 printk("SCSIRSTO ");
2974 if (s & SCSIRSTO)
2975 SPRINTF("SCSIRSTO ");
H A Daic7xxx_old.c3472 aic_outb(p, aic_inb(p, SCSISEQ) | SCSIRSTO, SCSISEQ);
3473 while ( (aic_inb(p, SCSISEQ) & SCSIRSTO) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h13 #define SCSIRSTO 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6415 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6419 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
H A Daic79xx_core.c8604 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
8605 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);

Completed in 79 milliseconds