Searched refs:new_ctrl0 (Results 1 – 1 of 1) sorted by relevance
4138 u32 new_ctrl0, gmac_ctrl0 = mvreg_read(pp, MVNETA_GMAC_CTRL_0); in mvneta_mac_config() local4142 new_ctrl0 = gmac_ctrl0 & ~MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()4166 new_ctrl0 |= MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()4175 if (new_ctrl0 != gmac_ctrl0) in mvneta_mac_config()4176 mvreg_write(pp, MVNETA_GMAC_CTRL_0, new_ctrl0); in mvneta_mac_config()