sxfrctl1          996 drivers/scsi/aic7xxx/aic79xx.h 	uint8_t	sxfrctl1;
sxfrctl1         6243 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	 sxfrctl1;
sxfrctl1         6255 drivers/scsi/aic7xxx/aic79xx_core.c 	sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
sxfrctl1         6322 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sxfrctl1         6323 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1);
sxfrctl1         7242 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	 sxfrctl1;
sxfrctl1         7263 drivers/scsi/aic7xxx/aic79xx_core.c 	sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
sxfrctl1         7264 drivers/scsi/aic7xxx/aic79xx_core.c 	sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
sxfrctl1         7272 drivers/scsi/aic7xxx/aic79xx_core.c 		sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
sxfrctl1         7274 drivers/scsi/aic7xxx/aic79xx_core.c 		sxfrctl1 |= ahd->seltime;
sxfrctl1         7278 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
sxfrctl1          642 drivers/scsi/aic7xxx/aic79xx_pci.c 	u_int	 sxfrctl1;
sxfrctl1          697 drivers/scsi/aic7xxx/aic79xx_pci.c 	sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
sxfrctl1          701 drivers/scsi/aic7xxx/aic79xx_pci.c 		sxfrctl1 |= STPWEN;
sxfrctl1          704 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sxfrctl1          705 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1);
sxfrctl1          603 drivers/scsi/aic7xxx/aic7xxx_pci.c static void check_extport(struct ahc_softc *ahc, u_int *sxfrctl1);
sxfrctl1          609 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 			  u_int *sxfrctl1);
sxfrctl1          709 drivers/scsi/aic7xxx/aic7xxx_pci.c 	u_int	 sxfrctl1;
sxfrctl1          792 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
sxfrctl1          795 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sxfrctl1 = STPWEN;
sxfrctl1          869 drivers/scsi/aic7xxx/aic7xxx_pci.c 	check_extport(ahc, &sxfrctl1);
sxfrctl1          902 drivers/scsi/aic7xxx/aic7xxx_pci.c 			sxfrctl1 = STPWEN;
sxfrctl1          920 drivers/scsi/aic7xxx/aic7xxx_pci.c 	if ((sxfrctl1 & STPWEN) != 0)
sxfrctl1         1253 drivers/scsi/aic7xxx/aic7xxx_pci.c check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
sxfrctl1         1388 drivers/scsi/aic7xxx/aic7xxx_pci.c 		configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
sxfrctl1         1391 drivers/scsi/aic7xxx/aic7xxx_pci.c 		*sxfrctl1 &= ~STPWEN;
sxfrctl1         1393 drivers/scsi/aic7xxx/aic7xxx_pci.c 			*sxfrctl1 |= STPWEN;
sxfrctl1         1397 drivers/scsi/aic7xxx/aic7xxx_pci.c 			       (*sxfrctl1 & STPWEN) ? "en" : "dis");
sxfrctl1         1523 drivers/scsi/aic7xxx/aic7xxx_pci.c 		      u_int *sxfrctl1)
sxfrctl1         1533 drivers/scsi/aic7xxx/aic7xxx_pci.c 	*sxfrctl1 = 0;
sxfrctl1         1676 drivers/scsi/aic7xxx/aic7xxx_pci.c 				*sxfrctl1 |= STPWEN;
sxfrctl1         1690 drivers/scsi/aic7xxx/aic7xxx_pci.c 			*sxfrctl1 |= STPWEN;
sxfrctl1         1700 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sxfrctl1         1714 drivers/scsi/aic7xxx/aic7xxx_pci.c 			*sxfrctl1 |= STPWEN;
sxfrctl1         1737 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sxfrctl1         2029 drivers/scsi/aic7xxx/aic7xxx_pci.c 		u_int	sxfrctl1;
sxfrctl1         2039 drivers/scsi/aic7xxx/aic7xxx_pci.c 				      &sxfrctl1);