Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4946 u32 old_an, an; in mvpp2_gmac_config() local
4951 old_an = an = readl(port->base + MVPP2_GMAC_AUTONEG_CONFIG); in mvpp2_gmac_config()
5053 (old_an ^ an) & MVPP2_GMAC_AN_PORT_DOWN_MASK) { in mvpp2_gmac_config()
5055 old_an &= ~MVPP2_GMAC_FORCE_LINK_PASS; in mvpp2_gmac_config()
5056 old_an |= MVPP2_GMAC_FORCE_LINK_DOWN; in mvpp2_gmac_config()
5057 writel(old_an, port->base + MVPP2_GMAC_AUTONEG_CONFIG); in mvpp2_gmac_config()
5072 if (old_an != an) in mvpp2_gmac_config()