Searched refs:ENSELO (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.h65 #define ENSELO 0x40 macro
H A Daha152x.c1608 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0));
2589 if (s & ENSELO)
2962 if (s & ENSELO)
H A Daic7xxx_old.c3274 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
4375 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
5849 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
10586 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h7 #define ENSELO 0x40 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2875 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
2892 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
3171 ahc_inb(ahc, SCSISEQ) & ~ENSELO);
5172 scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
5586 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
6252 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
H A Daic79xx_core.c2086 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
2306 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
2564 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0))
2897 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
3351 ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
4201 * safe to clear ENSELO when the bus is not free and no
4208 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
7866 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
8604 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);

Completed in 119 milliseconds