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

  /src/sys/dev/pci/
if_tlp_pci.c 1310 sc->sc_gp_dir = 0xbf;
1325 sc->sc_gp_dir = 0xbf;
1334 TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
1400 sc->sc_gp_dir = GPP_SMC9332DST_PINS;
1436 TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
1615 sc->sc_gp_dir = GPP_COGENT_EM1x0_PINS;
  /src/sys/dev/ic/
tulipvar.h 370 uint8_t sc_gp_dir; /* GPIO pin direction bits (21140) */ member in struct:tulip_softc
tulip.c 3670 TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
4349 TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
4687 sc->sc_gp_dir = *cp++;
4816 TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);

Completed in 17 milliseconds