Searched refs:STPWEN (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/aic7xxx/
H A Daic7xxx_pci.c787 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
790 sxfrctl1 = STPWEN;
897 sxfrctl1 = STPWEN;
915 if ((sxfrctl1 & STPWEN) != 0)
1386 *sxfrctl1 &= ~STPWEN;
1388 *sxfrctl1 |= STPWEN;
1392 (*sxfrctl1 & STPWEN) ? "en" : "dis");
1671 *sxfrctl1 |= STPWEN;
1685 *sxfrctl1 |= STPWEN;
1692 * Setup STPWEN befor
[all...]
H A Daic79xx_pci.c705 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
709 sxfrctl1 |= STPWEN;
712 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
H A Daic7xxx_core.c4612 * We must always initialize STPWEN to 1 before we
4613 * restore the saved values. STPWEN is initialized
5052 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
5065 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
H A Daic79xx_core.c6251 * We must always initialize STPWEN to 1 before we
6252 * restore the saved values. STPWEN is initialized
6256 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
7235 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 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.h31 #define STPWEN 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c7455 sxfrctl1 &= ~STPWEN;
7499 * LVD/Primary Low Term Enable = STPWEN bit in SXFRCTL1
7503 sxfrctl1 |= STPWEN;
7537 * The 50 pin connector termination is controlled by STPWEN in the
7544 sxfrctl1 |= STPWEN;
7687 sxfrctl1 |= STPWEN;
7698 sxfrctl1 |= STPWEN;
7986 term = (aic_inb(p, SXFRCTL1) & STPWEN);
7988 term = ((p->flags & AHC_TERM_ENB_B) ? STPWEN : 0);
8012 term = (aic_inb(p, SXFRCTL1) & STPWEN);
[all...]

Completed in 129 milliseconds