HomeSort by: relevance | last modified time | path
    Searched defs:snpsver (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
dwc_gmac.c 224 const uint32_t snpsver = local in function:dwc_gmac_attach
226 aprint_normal_dev(sc->sc_dev, "Core version: %08x\n", snpsver);
238 if (snpsver >= 0x35) {
dwc_eqos.c 1472 u_int userver, snpsver; local in function:eqos_attach
1484 snpsver = ver & GMAC_MAC_VERSION_SNPSVER_MASK;
1486 if ((snpsver < 0x51) || (snpsver > 0x52)) {
1488 snpsver);
1522 snpsver, userver);

Completed in 13 milliseconds