HomeSort by: relevance | last modified time | path
    Searched refs:STPWEN (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_seeprom.c 231 *sxfrctl1 &= ~STPWEN;
233 *sxfrctl1 |= STPWEN;
237 (*sxfrctl1 & STPWEN) ? "en" : "dis");
514 *sxfrctl1 |= STPWEN;
528 *sxfrctl1 |= STPWEN;
535 * Setup STPWEN before setting up the rest of
552 *sxfrctl1 |= STPWEN;
572 * Setup STPWEN before setting up the rest of
aic7xxx.c 4071 * We must always initialize STPWEN to 1 before we
4072 * restore the saved values. STPWEN is initialized
4591 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
4609 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
aic79xx.c 5330 * We must always initialize STPWEN to 1 before we
5331 * restore the saved values. STPWEN is initialized
5335 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
6226 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
  /src/sys/dev/cardbus/
ahc_cardbus.c 224 sxfrctl1 = STPWEN;
233 if ((sxfrctl1 & STPWEN) != 0)
  /src/sys/dev/pci/
ahc_pci.c 919 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
922 sxfrctl1 = STPWEN;
1063 sxfrctl1 = STPWEN;
1081 if ((sxfrctl1 & STPWEN) != 0)
ahd_pci.c 863 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
866 sxfrctl1 |= STPWEN;
869 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 99 field STPWEN 0x01 /* Powered Termination */
aic7xxx_reg.h 1092 #define STPWEN 0x01
aic79xx.reg 1574 field STPWEN 0x01
aic79xx_reg.h 2637 #define STPWEN 0x01

Completed in 31 milliseconds