Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/mdio/
H A Dof_mdio.c386 u32 fixed_link_prop[5]; in of_phy_register_fixed_link() local
415 if (of_property_read_u32_array(np, "fixed-link", fixed_link_prop, in of_phy_register_fixed_link()
416 ARRAY_SIZE(fixed_link_prop)) == 0) { in of_phy_register_fixed_link()
418 status.duplex = fixed_link_prop[1]; in of_phy_register_fixed_link()
419 status.speed = fixed_link_prop[2]; in of_phy_register_fixed_link()
420 status.pause = fixed_link_prop[3]; in of_phy_register_fixed_link()
421 status.asym_pause = fixed_link_prop[4]; in of_phy_register_fixed_link()