Lines Matching +full:1000 +full:mbps

20 #define MII_CTRL1000		0x09	/* 1000BASE-T control          */
21 #define MII_STAT1000 0x0a /* 1000BASE-T status */
34 #define MII_TPISTATUS 0x1b /* TPI status for 10mbps */
39 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */
46 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */
49 #define BMCR_SPEED10 0x0000 /* Select 10Mbps */
62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
63 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
65 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
66 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */
71 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
72 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
73 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
74 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
75 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
76 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
77 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
78 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
79 #define ADVERTISE_100BASE4 0x0200 /* Try for 100mbps 4k packets */
94 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
95 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
96 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
97 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
98 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
99 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause */
100 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
101 #define LPA_1000XPAUSE_ASYM 0x0100 /* Can do 1000BASE-X pause asym*/
102 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */
121 #define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BX Full */
122 #define ESTATUS_1000_XHALF 0x4000 /* Can do 1000BX Half */
123 #define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */
124 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */
131 /* 1000BASE-T Control register */
132 #define ADVERTISE_1000FULL 0x0200 /* Advertise 1000BASE-T full duplex */
133 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex */
137 /* 1000BASE-T Status register */
140 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
141 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */