Searched refs:new_ctrl0 (Results 1 – 1 of 1) sorted by relevance
4128 u32 new_ctrl0, gmac_ctrl0 = mvreg_read(pp, MVNETA_GMAC_CTRL_0); in mvneta_mac_config() local4132 new_ctrl0 = gmac_ctrl0 & ~MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()4156 new_ctrl0 |= MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()4165 if (new_ctrl0 != gmac_ctrl0) in mvneta_mac_config()4166 mvreg_write(pp, MVNETA_GMAC_CTRL_0, new_ctrl0); in mvneta_mac_config()