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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h65 #define ENSELO 0x40 macro
H A Daha152x.c1652 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0));
2631 if (s & ENSELO)
3003 if (s & ENSELO)
H A Daic7xxx_old.c3283 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
4384 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
5858 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
10616 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h7 #define ENSELO 0x40 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2318 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
2335 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
2614 ahc_inb(ahc, SCSISEQ) & ~ENSELO);
4620 scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
5034 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
5699 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
H A Daic79xx_core.c1366 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
1586 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
1849 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0))
2182 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
2627 ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
3477 * safe to clear ENSELO when the bus is not free and no
3484 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
7129 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
7844 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);

Completed in 243 milliseconds