Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Deth-phy-uclass.c54 for (uclass_first_device(UCLASS_ETH_PHY, &dev); dev; in eth_phy_set_mdio_bus()
74 ret = uclass_get_device_by_phandle(UCLASS_ETH_PHY, eth_dev, in eth_phy_get_mdio_bus()
114 .id = UCLASS_ETH_PHY,
121 .id = UCLASS_ETH_PHY,
H A Dgmac_rockchip.c139 ret = uclass_get_device_by_ofnode(UCLASS_ETH_PHY, args.node, &phydev); in gmac_rockchip_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h110 UCLASS_ETH_PHY, /* Ethernet PHY device */ enumerator