Searched refs:phy_device_create (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | phy.c | 625 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create() function 717 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask() 906 phydev = phy_device_create(bus, sn, PHY_FIXED_ID, false, in phy_connect_fixed() 936 phydev = phy_device_create(bus, 0, PHY_NCSI_ID, false, interface); in phy_connect()
|