mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
This commit is contained in:
@@ -163,6 +163,14 @@ struct phy_device {
|
||||
u32 flags;
|
||||
};
|
||||
|
||||
struct fixed_link {
|
||||
int phy_id;
|
||||
int duplex;
|
||||
int link_speed;
|
||||
int pause;
|
||||
int asym_pause;
|
||||
};
|
||||
|
||||
static inline int phy_read(struct phy_device *phydev, int devad, int regnum)
|
||||
{
|
||||
struct mii_dev *bus = phydev->bus;
|
||||
|
Reference in New Issue
Block a user