Lines Matching +full:1000 +full:base +full:- +full:t
8 * Copyright 2013 Maxime Ripard <maxime.ripard@free-electrons.com>
34 #define MII_CTRL1000 9 /* 1000BASE-T control */
35 #define MII_STAT1000 10 /* 1000BASE-T status */
56 #define MII_BMCR_SPEED1000 (1 << 6) /* MSB of Speed (1000) */
59 #define MII_BMSR_100TX_FD (1 << 14) /* Can do 100mbps, full-duplex */
60 #define MII_BMSR_100TX_HD (1 << 13) /* Can do 100mbps, half-duplex */
61 #define MII_BMSR_10T_FD (1 << 12) /* Can do 10mbps, full-duplex */
62 #define MII_BMSR_10T_HD (1 << 11) /* Can do 10mbps, half-duplex */
63 #define MII_BMSR_100T2_FD (1 << 10) /* Can do 100mbps T2, full-duplex */
64 #define MII_BMSR_100T2_HD (1 << 9) /* Can do 100mbps T2, half-duplex */
67 #define MII_BMSR_AN_COMP (1 << 5) /* Auto-negotiation complete */
69 #define MII_BMSR_AUTONEG (1 << 3) /* Able to do auto-negotiation */
72 #define MII_BMSR_EXTCAP (1 << 0) /* Ext-reg capability */
93 #define MII_ANER_NWAY (1 << 0) /* Can do N-way auto-nego */
97 #define MII_CTRL1000_MASTER (1 << 11) /* MASTER-SLAVE Manual Configuration Value */
99 #define MII_CTRL1000_FULL (1 << 9) /* 1000BASE-T full duplex */
100 #define MII_CTRL1000_HALF (1 << 8) /* 1000BASE-T half duplex */
104 #define MII_STAT1000_FULL (1 << 11) /* 1000BASE-T full duplex */
105 #define MII_STAT1000_HALF (1 << 10) /* 1000BASE-T half duplex */
107 #define MII_EXTSTAT_1000T_FD (1 << 13) /* 1000BASE-T Full Duplex */
108 #define MII_EXTSTAT_1000T_HD (1 << 12) /* 1000BASE-T Half Duplex */