Searched refs:fixed_link_node (Results 1 – 1 of 1) sorted by relevance
292 struct device_node *fixed_link_node; in of_phy_register_fixed_link() local308 fixed_link_node = of_get_child_by_name(np, "fixed-link"); in of_phy_register_fixed_link()309 if (fixed_link_node) { in of_phy_register_fixed_link()311 status.duplex = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link()313 if (of_property_read_u32(fixed_link_node, "speed", &status.speed)) in of_phy_register_fixed_link()315 status.pause = of_property_read_bool(fixed_link_node, "pause"); in of_phy_register_fixed_link()316 status.asym_pause = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link()318 of_node_put(fixed_link_node); in of_phy_register_fixed_link()