Lines Matching +full:0 +full:x0008
47 /* 1: autoneg enabled, 0: disabled */
72 #define BMCR_SPD2 0x0040 /* Gigabit enable (bcm54xx) */
73 #define LPA_PAUSE 0x0400
78 #define MII_BCM5201_INTERRUPT 0x1A
79 #define MII_BCM5201_INTERRUPT_INTENABLE 0x4000
81 #define MII_BCM5201_AUXMODE2 0x1B
82 #define MII_BCM5201_AUXMODE2_LOWPOWER 0x0008
84 #define MII_BCM5201_MULTIPHY 0x1E
87 #define MII_BCM5201_MULTIPHY_SERIALMODE 0x0002
88 #define MII_BCM5201_MULTIPHY_SUPERISOLATE 0x0008
91 #define MII_BCM5221_TEST 0x1f
92 #define MII_BCM5221_TEST_ENABLE_SHADOWS 0x0080
93 #define MII_BCM5221_SHDOW_AUX_STAT2 0x1b
94 #define MII_BCM5221_SHDOW_AUX_STAT2_APD 0x0020
95 #define MII_BCM5221_SHDOW_AUX_MODE4 0x1a
96 #define MII_BCM5221_SHDOW_AUX_MODE4_IDDQMODE 0x0001
97 #define MII_BCM5221_SHDOW_AUX_MODE4_CLKLOPWR 0x0004
100 #define MII_BCM5241_SHDOW_AUX_MODE4_STANDBYPWR 0x0008
103 #define MII_BCM5400_GB_CONTROL 0x09
104 #define MII_BCM5400_GB_CONTROL_FULLDUPLEXCAP 0x0200
107 #define MII_BCM5400_AUXCONTROL 0x18
108 #define MII_BCM5400_AUXCONTROL_PWR10BASET 0x0004
111 #define MII_BCM5400_AUXSTATUS 0x19
112 #define MII_BCM5400_AUXSTATUS_LINKMODE_MASK 0x0700
116 #define MII_1000BASETCONTROL 0x09
117 #define MII_1000BASETCONTROL_FULLDUPLEXCAP 0x0200
118 #define MII_1000BASETCONTROL_HALFDUPLEXCAP 0x0100
121 #define MII_M1011_PHY_SPEC_CONTROL 0x10
122 #define MII_M1011_PHY_SPEC_CONTROL_MANUAL_MDIX 0x20
123 #define MII_M1011_PHY_SPEC_CONTROL_AUTO_MDIX 0x40
126 #define MII_M1011_PHY_SPEC_STATUS 0x11
127 #define MII_M1011_PHY_SPEC_STATUS_1000 0x8000
128 #define MII_M1011_PHY_SPEC_STATUS_100 0x4000
129 #define MII_M1011_PHY_SPEC_STATUS_SPD_MASK 0xc000
130 #define MII_M1011_PHY_SPEC_STATUS_FULLDUPLEX 0x2000
131 #define MII_M1011_PHY_SPEC_STATUS_RESOLVED 0x0800
132 #define MII_M1011_PHY_SPEC_STATUS_TX_PAUSE 0x0008
133 #define MII_M1011_PHY_SPEC_STATUS_RX_PAUSE 0x0004