X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fmicrel.h;h=3e6b5312d85a2f8f7edc488dbb54dbc76368d708;hb=8b77ea90a7055f1da2931baca03d102dfa08aa36;hp=04c9ecf3bf1f7ec92fcc67f1ff3d5975545a4668;hpb=71817a16f1f0848b268ea627197e2b65cdc550ed;p=oweals%2Fu-boot.git diff --git a/include/micrel.h b/include/micrel.h index 04c9ecf3bf..3e6b5312d8 100644 --- a/include/micrel.h +++ b/include/micrel.h @@ -20,6 +20,13 @@ #define MII_KSZ9031_EXT_RGMII_TX_DATA_SKEW 0x6 #define MII_KSZ9031_EXT_RGMII_CLOCK_SKEW 0x8 +#define MII_KSZ9031_FLP_BURST_TX_LO 0x3 +#define MII_KSZ9031_FLP_BURST_TX_HI 0x4 + +/* Registers */ +#define MMD_ACCESS_CONTROL 0xd +#define MMD_ACCESS_REG_DATA 0xe + struct phy_device; int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val); int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum);