Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dphy.h284 static inline bool phy_interface_is_sgmii(struct phy_device *phydev) in phy_interface_is_sgmii() function
/openbmc/u-boot/drivers/net/phy/
H A Dti.c344 } else if (phy_interface_is_sgmii(phydev)) { in dp83867_config()