]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/micrel.h
mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT
[karo-tx-uboot.git] / include / micrel.h
1 #ifndef _MICREL_H
2
3 #define MII_KSZ9021_EXT_COMMON_CTRL             0x100
4 #define MII_KSZ9021_EXT_STRAP_STATUS            0x101
5 #define MII_KSZ9021_EXT_OP_STRAP_OVERRIDE       0x102
6 #define MII_KSZ9021_EXT_OP_STRAP_STATUS         0x103
7 #define MII_KSZ9021_EXT_RGMII_CLOCK_SKEW        0x104
8 #define MII_KSZ9021_EXT_RGMII_RX_DATA_SKEW      0x105
9 #define MII_KSZ9021_EXT_RGMII_TX_DATA_SKEW      0x106
10 #define MII_KSZ9021_EXT_ANALOG_TEST             0x107
11
12 struct phy_device;
13 int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val);
14 int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum);
15
16 #endif