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

  /src/sys/dev/ic/
adwlib.h 686 u_int16_t mcode_version; /* Microcode version */ member in struct:adw_dvc_cfg
advlib.h 882 u_int16_t mcode_version; member in struct:asc_softc
adwlib.c 627 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_VERSION_NUM, sc->cfg.mcode_version);
advlib.c 1151 sc->mcode_version = AscReadLramWord(iot, ioh, ASCV_MC_VER_W);
  /src/sys/dev/pci/
if_rge.c 2339 rge_phy_config_mcu(struct rge_softc *sc, uint16_t mcode_version)
2341 if (sc->rge_mcodever != mcode_version) {
2404 rge_write_phy_ocp(sc, 0xa438, mcode_version);

Completed in 19 milliseconds