Searched refs:new_ctrl0 (Results 1 – 1 of 1) sorted by relevance
3910 u32 new_ctrl0, gmac_ctrl0 = mvreg_read(pp, MVNETA_GMAC_CTRL_0); in mvneta_mac_config() local3916 new_ctrl0 = gmac_ctrl0 & ~MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()3959 new_ctrl0 |= MVNETA_GMAC0_PORT_1000BASE_X; in mvneta_mac_config()3976 if ((new_ctrl0 ^ gmac_ctrl0) & MVNETA_GMAC0_PORT_1000BASE_X || in mvneta_mac_config()3997 if (new_ctrl0 != gmac_ctrl0) in mvneta_mac_config()3998 mvreg_write(pp, MVNETA_GMAC_CTRL_0, new_ctrl0); in mvneta_mac_config()