Home | History | Annotate | Download | only in ic

Lines Matching refs:sxfrctl1

97 ahc_check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
228 configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
231 *sxfrctl1 &= ~STPWEN;
233 *sxfrctl1 |= STPWEN;
237 (*sxfrctl1 & STPWEN) ? "en" : "dis");
361 u_int *sxfrctl1)
368 * Update the settings in sxfrctl1 to match the
371 *sxfrctl1 = 0;
514 *sxfrctl1 |= STPWEN;
528 *sxfrctl1 |= STPWEN;
538 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
552 *sxfrctl1 |= STPWEN;
575 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);