Searched refs:phy_dev (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/net/
H A Deth-phy-uclass.c85 struct udevice *phy_dev; local
90 "phy-handle", &phy_dev);
92 if (eth_dev != phy_dev->parent) {
94 * phy_dev is shared and controlled by
97 uc_priv = (struct eth_phy_device_priv *)(dev_get_uclass_priv(phy_dev));
H A Dbcm6348-eth.c117 struct phy_device *phy_dev; member in struct:bcm6348_eth_priv
213 ret = phy_startup(priv->phy_dev);
219 if (!priv->phy_dev->link) {
224 bcm6348_eth_adjust_link(dev, priv->phy_dev);
392 priv->phy_dev = phy_connect(bus, priv->phy_id, dev,
394 if (!priv->phy_dev) {
399 priv->phy_dev->supported = (SUPPORTED_10baseT_Half |
406 priv->phy_dev->advertising = priv->phy_dev->supported;
409 phy_config(priv->phy_dev);
[all...]
H A Dbcmgenet.c439 struct phy_device *phy_dev = priv->phydev; local
442 switch (phy_dev->speed) {
453 printf("bcmgenet: Unsupported PHY speed: %d\n", phy_dev->speed);
460 if (phy_dev->interface == PHY_INTERFACE_MODE_RGMII ||
461 phy_dev->interface == PHY_INTERFACE_MODE_RGMII_RXID)
H A Dmvpp2.c963 struct phy_device *phy_dev; member in struct:mvpp2_port
2771 dev_err(port->phy_dev->dev,
2801 dev_err(port->phy_dev->dev, "mixing pool types is forbidden\n");
2832 dev_err(port->phy_dev->dev,
3832 dev_warn(port->phy_dev->dev,
4282 dev_warn(port->phy_dev->dev,
4384 struct phy_device *phydev = port->phy_dev;
4452 dev_err(port->phy_dev->dev,
4457 dev_err(port->phy_dev->dev,
4462 dev_err(port->phy_dev
4516 struct phy_device *phy_dev; local
[all...]
/u-boot/net/
H A Dmdio-uclass.c129 struct udevice *phy_dev; local
144 node_name, phy_node, &phy_dev);
151 ret = device_probe(phy_dev);
153 dev_dbg(mdio_dev, "Device '%s' probe failed\n", phy_dev->name);
154 device_unbind(phy_dev);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_eth.h68 struct phy_device *phy_dev; member in struct:octeon_eth_info
/u-boot/drivers/net/ti/
H A Dkeystone_net.c127 int keystone_rgmii_config(struct phy_device *phy_dev) argument
135 phy_dev->link = 0;
141 phy_dev->link = 0;
157 int keystone_sgmii_config(struct phy_device *phy_dev, int port, int interface) argument
223 phy_dev->dev->name);
230 phy_dev->link = 0;
236 phy_dev->link = 0;
/u-boot/drivers/net/octeon/
H A Docteon_eth.c290 priv->phy_dev = dm_eth_phy_connect(dev);
291 phy_config(priv->phy_dev);
292 phy_startup(priv->phy_dev);

Completed in 192 milliseconds