]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/micrel.h
net: macb: add support for gigabit MAC
[people/ms/u-boot.git] / include / micrel.h
CommitLineData
8682aba7
TK
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
12struct phy_device;
13int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val);
14int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum);
15
16#endif