2011-02-14 05:05:33 +03:00
|
|
|
#ifndef _MICREL_PHY_H
|
|
|
|
#define _MICREL_PHY_H
|
|
|
|
|
|
|
|
#define MICREL_PHY_ID_MASK 0x00fffff0
|
|
|
|
|
2012-05-21 18:20:08 +04:00
|
|
|
#define PHY_ID_KSZ9021 0x00221610
|
2011-02-14 05:05:33 +03:00
|
|
|
#define PHY_ID_KS8737 0x00221720
|
2012-09-23 20:58:49 +04:00
|
|
|
#define PHY_ID_KSZ8021 0x00221555
|
2012-09-23 20:58:50 +04:00
|
|
|
#define PHY_ID_KSZ8041 0x00221510
|
|
|
|
#define PHY_ID_KSZ8051 0x00221550
|
2011-02-14 05:05:33 +03:00
|
|
|
/* both for ks8001 Rev. A/B, and for ks8721 Rev 3. */
|
2012-09-23 20:58:50 +04:00
|
|
|
#define PHY_ID_KSZ8001 0x0022161A
|
2011-02-14 05:05:33 +03:00
|
|
|
|
|
|
|
/* struct phy_device dev_flags definitions */
|
|
|
|
#define MICREL_PHY_50MHZ_CLK 0x00000001
|
|
|
|
|
|
|
|
#endif /* _MICREL_PHY_H */
|