Home
last modified time | relevance | path

Searched refs:mcode_version (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadwlib.h687 u_int16_t mcode_version; /* Microcode version */ member
H A Dadvlib.h869 u_int16_t mcode_version; member
H A Dadwlib.c612 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_VERSION_NUM, sc->cfg.mcode_version); in AdwInitDriver()
H A Dadvlib.c1154 sc->mcode_version = AscReadLramWord(iot, ioh, ASCV_MC_VER_W); in AscInitMicroCodeVar()
/openbsd/sys/dev/pci/
H A Dif_rge.c2102 rge_phy_config_mcu(struct rge_softc *sc, uint16_t mcode_version) in rge_phy_config_mcu() argument
2104 if (sc->rge_mcodever != mcode_version) { in rge_phy_config_mcu()
2148 rge_write_phy_ocp(sc, 0xa438, mcode_version); in rge_phy_config_mcu()