Lines Matching defs:sxfrctl1
603 static void check_extport(struct ahc_softc *ahc, u_int *sxfrctl1);
609 u_int *sxfrctl1);
709 u_int sxfrctl1;
792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
795 sxfrctl1 = STPWEN;
869 check_extport(ahc, &sxfrctl1);
902 sxfrctl1 = STPWEN;
920 if ((sxfrctl1 & STPWEN) != 0)
1253 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
1388 configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
1391 *sxfrctl1 &= ~STPWEN;
1393 *sxfrctl1 |= STPWEN;
1397 (*sxfrctl1 & STPWEN) ? "en" : "dis");
1523 u_int *sxfrctl1)
1530 * Update the settings in sxfrctl1 to match the
1533 *sxfrctl1 = 0;
1676 *sxfrctl1 |= STPWEN;
1690 *sxfrctl1 |= STPWEN;
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1714 *sxfrctl1 |= STPWEN;
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
2028 u_int sxfrctl1;
2038 &sxfrctl1);