Home
last modified time | relevance | path

Searched refs:phy_speed (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dtsi108_eth.c605 int phy_speed; in marvell_88e_phy_config() local
609 phy_speed = LINK_SPEED_UNKNOWN; in marvell_88e_phy_config()
652 phy_speed = LINK_SPEED_1000; in marvell_88e_phy_config()
656 phy_speed = LINK_SPEED_100; in marvell_88e_phy_config()
660 phy_speed = LINK_SPEED_10; in marvell_88e_phy_config()
677 switch (phy_speed) { in marvell_88e_phy_config()
698 *speed = phy_speed; in marvell_88e_phy_config()
H A Dmvpp2.c1002 unsigned int phy_speed; /* SGMII 1Gbps vs 2.5Gbps */ member
3172 if (port->phy_speed == 2500) in gop_gmac_mode_cfg()
4788 port->phy_speed = fdtdec_get_int(gd->fdt_blob, port_node, in phy_info_parse()