Lines Matching +full:10 +full:base
24 #define SPEED_10 10
204 #define MAC_CTRL_PRMLEN_SHIFT 10
299 #define MII_CR_SPEED_SELECT_MSB 0x0040 /* bits 6,13: 10=1000, 01=100,
300 * 00=10
308 #define MII_CR_SPEED_SELECT_LSB 0x2000 /* bits 6,13: 10=1000, 01=100,
309 * 00=10
329 #define MII_SR_10T_HD_CAPS 0x0800 /* 10T Half Duplex Capable */
330 #define MII_SR_10T_FD_CAPS 0x1000 /* 10T Full Duplex Capable */
337 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
338 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
341 #define MII_LPA_100BASE4 0x0200 /* 100BASE-T4 */
350 #define MII_AR_10T_HD_CAPS 0x0020 /* 10T Half Duplex Capable */
351 #define MII_AR_10T_FD_CAPS 0x0040 /* 10T Full Duplex Capable */
362 /* 1000BASE-T Control Register */
380 /* 1000BASE-T Status Register */
411 #define MII_ATLX_PSCR_AUTO_X_1000T 0x0040 /* 1000BASE-T: Auto crossover
412 * 100BASE-TX/10BASE-T: MDI
418 * 10BASE-T distance
419 * (Lower 10BASE-T RX
421 * 0=Normal 10BASE-T RX
425 * 100BASE-TX
427 * 100BASE-TX
440 #define MII_ATLX_PSSR_10MBS 0x0000 /* 00=10Mbs */
442 #define MII_ATLX_PSSR_1000MBS 0x8000 /* 10=1000Mbs */
466 #define AUTONEG_ADVERTISE_10_100_ALL 0x000F /* All 10/100 speeds */
467 #define AUTONEG_ADVERTISE_10_ALL 0x0003 /* 10Mbps Full & Half speeds */