Searched refs:phy_config (Results 1 – 1 of 1) sorted by relevance
426 static vsc_phy_conf_t phy_config; in MSS_MAC_VSC8575_phy_init() local450 (void)memset (&phy_config, 0, sizeof(phy_config)); in MSS_MAC_VSC8575_phy_init()454 phy_config.mode = VSC_PHY_MODE_ANEG; in MSS_MAC_VSC8575_phy_init()457 phy_config.forced.port_speed = VSC_SPEED_1G; in MSS_MAC_VSC8575_phy_init()458 phy_config.forced.fdx = 1; in MSS_MAC_VSC8575_phy_init()461 phy_config.aneg.speed_10m_hdx = 1U; in MSS_MAC_VSC8575_phy_init()462 phy_config.aneg.speed_10m_fdx = 1U; in MSS_MAC_VSC8575_phy_init()463 phy_config.aneg.speed_100m_hdx = 1U; in MSS_MAC_VSC8575_phy_init()464 phy_config.aneg.speed_100m_fdx = 1U; in MSS_MAC_VSC8575_phy_init()465 phy_config.aneg.speed_1g_hdx = 0U; in MSS_MAC_VSC8575_phy_init()[all …]