Searched refs:MAC_VR (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/vfio/platform/reset/ |
A D | vfio_platform_amdxgbe.c | 20 #define MAC_VR 0x0110 macro
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-ethtool.c | 409 XGMAC_GET_BITS(hw_feat->version, MAC_VR, USERVER), in xgbe_get_drvinfo() 410 XGMAC_GET_BITS(hw_feat->version, MAC_VR, DEVID), in xgbe_get_drvinfo() 411 XGMAC_GET_BITS(hw_feat->version, MAC_VR, SNPSVER)); in xgbe_get_drvinfo()
|
A D | xgbe-dev.c | 660 ver = XGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER); in xgbe_enable_dma_interrupts() 2199 if (XGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER) < 0x21) in xgbe_flush_tx_queues() 3246 if (XGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER) > 0x20) in xgbe_prepare_tx_stop()
|
A D | xgbe-common.h | 306 #define MAC_VR 0x0110 macro
|
A D | xgbe-drv.c | 739 hw_feat->version = XGMAC_IOREAD(pdata, MAC_VR); in xgbe_get_all_hw_features()
|
/linux/drivers/net/ethernet/synopsys/ |
A D | dwc-xlgmac-reg.h | 37 #define MAC_VR 0x0110 macro
|
A D | dwc-xlgmac-common.c | 370 hw_feat->version = readl(pdata->mac_regs + MAC_VR); in xlgmac_get_all_hw_features()
|
Completed in 65 milliseconds