Searched refs:new_ctrl0 (Results 1 – 1 of 1) sorted by relevance
3419 u32 new_ctrl0, gmac_ctrl0 = mvreg_read(pp, MVNETA_GMAC_CTRL_0); in mvneta_mac_config() local3424 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()