Searched refs:phy_device_create (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/net/phy/ |
A D | phy.c | 658 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create() function 763 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask() 963 phydev = phy_device_create(bus, off, in phy_connect_gmii2rgmii() 1007 return phy_device_create(NULL, ofnode_to_offset(subnode), PHY_FIXED_ID, in fixed_phy_create() 1029 phydev = phy_device_create(bus, sn, PHY_FIXED_ID, false, in phy_connect_fixed() 1059 phydev = phy_device_create(bus, 0, PHY_NCSI_ID, false, interface); in phy_connect()
|
Completed in 3 milliseconds