Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dof_extra.c45 ut_assert(ofnode_phy_is_fixed_link(eth_node, &phy_node)); in dm_test_ofnode_phy_is_fixed_link()
50 ut_assert(ofnode_phy_is_fixed_link(eth_node, &phy_node)); in dm_test_ofnode_phy_is_fixed_link()
/u-boot/include/dm/
A Dof_extra.h115 bool ofnode_phy_is_fixed_link(ofnode eth_node, ofnode *phy_node);
/u-boot/drivers/core/
A Dof_extra.c136 bool ofnode_phy_is_fixed_link(ofnode eth_node, ofnode *phy_node) in ofnode_phy_is_fixed_link() function
/u-boot/net/
A Dmdio-uclass.c179 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
/u-boot/drivers/net/phy/
A Dphy.c889 if (ofnode_phy_is_fixed_link(node, &subnode)) { in phy_connect_fixed()

Completed in 9 milliseconds