Home
last modified time | relevance | path

Searched defs:phy_device (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dphy.h108 struct phy_device { struct
111 struct mii_dev *bus;
112 struct phy_driver *drv;
113 void *priv;
116 struct udevice *dev;
117 ofnode node;
119 struct eth_device *dev;
125 int speed;
126 int duplex;
129 int link;
[all …]