Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/mdio/
Dof_mdio.c384 u32 fixed_link_prop[5]; in of_phy_register_fixed_link() local
413 if (of_property_read_u32_array(np, "fixed-link", fixed_link_prop, in of_phy_register_fixed_link()
414 ARRAY_SIZE(fixed_link_prop)) == 0) { in of_phy_register_fixed_link()
416 status.duplex = fixed_link_prop[1]; in of_phy_register_fixed_link()
417 status.speed = fixed_link_prop[2]; in of_phy_register_fixed_link()
418 status.pause = fixed_link_prop[3]; in of_phy_register_fixed_link()
419 status.asym_pause = fixed_link_prop[4]; in of_phy_register_fixed_link()