Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c3419 u32 new_ctrl0, gmac_ctrl0 = mvreg_read(pp, MVNETA_GMAC_CTRL_0); in mvneta_mac_config() local
3424 new_ctrl0 = gmac_ctrl0 & ~MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()
3474 new_ctrl0 |= MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()
3490 if ((new_ctrl0 ^ gmac_ctrl0) & MVNETA_GMAC0_PORT_1000BASE_X || in mvneta_mac_config()
3498 if (new_ctrl0 != gmac_ctrl0) in mvneta_mac_config()
3499 mvreg_write(pp, MVNETA_GMAC_CTRL_0, new_ctrl0); in mvneta_mac_config()