Searched refs:snpsver (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | hwif.c | 17 u8 snpsver; member 28 ver->snpsver = 0; in stmmac_get_version() 49 ver->snpsver = FIELD_GET(DWMAC_SNPSVER, version); in stmmac_get_version() 294 stmmac_hwif_find(enum dwmac_core_type core_type, u8 snpsver, u8 dev_id) in stmmac_hwif_find() argument 305 if (snpsver < entry->min_id) in stmmac_hwif_find() 329 priv->synopsys_id = version.snpsver; in stmmac_hwif_init() 353 version.snpsver, core_type == DWMAC_CORE_GMAC, in stmmac_hwif_init()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-ethtool.c | 103 u32 snpsver, devid, userver; in xlgmac_ethtool_get_drvinfo() local 113 snpsver = XLGMAC_GET_REG_BITS(ver, MAC_VR_SNPSVER_POS, in xlgmac_ethtool_get_drvinfo() 120 "S.D.U: %x.%x.%x", snpsver, devid, userver); in xlgmac_ethtool_get_drvinfo()
|