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 235 const uint32_t snpsver = local in function:dwc_gmac_attach
237 aprint_normal_dev(sc->sc_dev, "Core version: %08x\n", snpsver);
249 if (snpsver >= 0x35) {
dwc_eqos.c 1479 u_int userver, snpsver; local in function:eqos_attach
1491 snpsver = ver & GMAC_MAC_VERSION_SNPSVER_MASK;
1493 if ((snpsver < 0x51) || (snpsver > 0x52)) {
1495 snpsver);
1529 snpsver, userver);

Completed in 14 milliseconds