]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/micrel.h
bootstage: Record the time taken to set up driver model
[people/ms/u-boot.git] / include / micrel.h
index 04c9ecf3bf1f7ec92fcc67f1ff3d5975545a4668..3e6b5312d85a2f8f7edc488dbb54dbc76368d708 100644 (file)
 #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);