Lines Matching +full:1000 +full:mbps
26 #define SPEED_1000 1000
299 #define MII_CR_SPEED_SELECT_MSB 0x0040 /* bits 6,13: 10=1000, 01=100,
308 #define MII_CR_SPEED_SELECT_LSB 0x2000 /* bits 6,13: 10=1000, 01=100,
337 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
338 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
339 #define MII_LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
340 #define MII_LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
362 /* 1000BASE-T Control Register */
363 #define MII_ATLX_CR_1000T_HD_CAPS 0x0100 /* Adv 1000T HD cap */
364 #define MII_ATLX_CR_1000T_FD_CAPS 0x0200 /* Adv 1000T FD cap */
380 /* 1000BASE-T Status Register */
381 #define MII_ATLX_SR_1000T_LP_HD_CAPS 0x0400 /* LP is 1000T HD capable */
382 #define MII_ATLX_SR_1000T_LP_FD_CAPS 0x0800 /* LP is 1000T FD capable */
394 #define MII_ATLX_ESR_1000T_HD_CAPS 0x1000 /* 1000T HD capable */
395 #define MII_ATLX_ESR_1000T_FD_CAPS 0x2000 /* 1000T FD capable */
396 #define MII_ATLX_ESR_1000X_HD_CAPS 0x4000 /* 1000X HD capable */
397 #define MII_ATLX_ESR_1000X_FD_CAPS 0x8000 /* 1000X FD capable */
411 #define MII_ATLX_PSCR_AUTO_X_1000T 0x0040 /* 1000BASE-T: Auto crossover
442 #define MII_ATLX_PSSR_1000MBS 0x8000 /* 10=1000Mbs */
467 #define AUTONEG_ADVERTISE_10_ALL 0x0003 /* 10Mbps Full & Half speeds */