mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
phy: add missing constants for Micrel KSZ9031
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
4220504767
commit
71817a16f1
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
#define MII_KSZ9031_MOD_DATA_POST_INC_RW 0x8000
|
||||
#define MII_KSZ9031_MOD_DATA_POST_INC_W 0xC000
|
||||
|
||||
#define MII_KSZ9031_EXT_RGMII_CTRL_SIG_SKEW 0x4
|
||||
#define MII_KSZ9031_EXT_RGMII_RX_DATA_SKEW 0x5
|
||||
#define MII_KSZ9031_EXT_RGMII_TX_DATA_SKEW 0x6
|
||||
#define MII_KSZ9031_EXT_RGMII_CLOCK_SKEW 0x8
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue