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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c875 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
878 sxfrctl1 = STPWEN;
985 sxfrctl1 = STPWEN;
1003 if ((sxfrctl1 & STPWEN) != 0)
1483 *sxfrctl1 &= ~STPWEN;
1485 *sxfrctl1 |= STPWEN;
1489 (*sxfrctl1 & STPWEN) ? "en" : "dis");
1768 *sxfrctl1 |= STPWEN;
1782 *sxfrctl1 |= STPWEN;
1789 * Setup STPWEN befor
[all...]
H A Daic79xx_pci.c745 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
749 sxfrctl1 |= STPWEN;
752 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
H A Daic7xxx_reg.h1087 #define STPWEN 0x01 macro
H A Daic7xxx.c4220 * We must always initialize STPWEN to 1 before we
4221 * restore the saved values. STPWEN is initialized
4668 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
4681 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
H A Daic79xx_reg.h2674 #define STPWEN 0x01 macro
H A Daic79xx.c5585 * We must always initialize STPWEN to 1 before we
5586 * restore the saved values. STPWEN is initialized
5590 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
6563 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;

Completed in 111 milliseconds