STPWEN           5559 dev/ic/aic79xx.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
STPWEN           6395 dev/ic/aic79xx.c 	sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
STPWEN           4523 dev/ic/aic7xxx.c 		term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
STPWEN           4536 dev/ic/aic7xxx.c 	term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
STPWEN            232 dev/ic/aic7xxx_seeprom.c 		*sxfrctl1 &= ~STPWEN;
STPWEN            234 dev/ic/aic7xxx_seeprom.c 			*sxfrctl1 |= STPWEN;
STPWEN            238 dev/ic/aic7xxx_seeprom.c 			       (*sxfrctl1 & STPWEN) ? "en" : "dis");
STPWEN            515 dev/ic/aic7xxx_seeprom.c 				*sxfrctl1 |= STPWEN;
STPWEN            529 dev/ic/aic7xxx_seeprom.c 			*sxfrctl1 |= STPWEN;
STPWEN            553 dev/ic/aic7xxx_seeprom.c 			*sxfrctl1 |= STPWEN;
STPWEN            880 dev/pci/ahc_pci.c 		sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
STPWEN            883 dev/pci/ahc_pci.c 		sxfrctl1 = STPWEN;
STPWEN           1011 dev/pci/ahc_pci.c 			sxfrctl1 = STPWEN;
STPWEN           1029 dev/pci/ahc_pci.c 	if ((sxfrctl1 & STPWEN) != 0)
STPWEN            843 dev/pci/ahd_pci.c 	sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
STPWEN            847 dev/pci/ahd_pci.c 		sxfrctl1 |= STPWEN;
STPWEN            850 dev/pci/ahd_pci.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);