Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dof_mdio.c464 u32 fixed_link_prop[5]; in of_phy_register_fixed_link() local
498 if (of_property_read_u32_array(np, "fixed-link", fixed_link_prop, in of_phy_register_fixed_link()
499 ARRAY_SIZE(fixed_link_prop)) == 0) { in of_phy_register_fixed_link()
501 status.duplex = fixed_link_prop[1]; in of_phy_register_fixed_link()
502 status.speed = fixed_link_prop[2]; in of_phy_register_fixed_link()
503 status.pause = fixed_link_prop[3]; in of_phy_register_fixed_link()
504 status.asym_pause = fixed_link_prop[4]; in of_phy_register_fixed_link()