Home
last modified time | relevance | path

Searched refs:MAC_CFG_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/phy/mscc/
H A Dmscc_serdes.c541 if ((ret & MAC_CFG_MASK) == MAC_CFG_QSGMII) { in vsc85xx_sd6g_config_v2()
558 } else if ((ret & MAC_CFG_MASK) == MAC_CFG_SGMII) { in vsc85xx_sd6g_config_v2()
H A Dmscc.h257 #define MAC_CFG_MASK 0xc000 macro