Lines Matching +full:half +full:- +full:bit
2 * linux/mii.h: definitions for MII-compatible transceivers
24 #define MII_NWAYTEST 0x14 /* N-way auto-neg test reg */
47 #define BMSR_ERCAP 0x0001 /* Ext-reg capability */
50 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */
52 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */
54 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
55 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
56 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
57 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
63 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
64 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
65 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
66 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
71 #define ADVERTISE_NPAGE 0x8000 /* Next page bit */
80 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
81 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
82 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
83 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
88 #define LPA_NPAGE 0x8000 /* Next page bit */
93 /* Expansion register for auto-negotiation. */
94 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */
101 /* N-way test register. */
103 #define NWAYTEST_LOOPBACK 0x0100 /* Enable loopback for N-way */