Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dadin1100.c65 unsigned int tx_level_2v4_able:1; member
128 if ((priv->tx_level_prop_present && !priv->tx_level_2v4) || !priv->tx_level_2v4_able) { in adin_config_aneg()
201 priv->tx_level_2v4_able = !!(ret & MDIO_PMA_10T1L_STAT_2V4_ABLE); in adin_get_features()
204 priv->tx_level_2v4_able ? "yes" : "no"); in adin_get_features()
213 if (!priv->tx_level_2v4 && priv->tx_level_2v4_able) in adin_get_features()