Lines Matching +full:1000 +full:base +full:- +full:t
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
59 #define RGEPHY_S1000 RGEPHY_BMCR_SPD1 /* 1000mbps */
64 #define RGEPHY_BMSR_100T4 0x8000 /* 100 base T4 capable */
65 #define RGEPHY_BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */
66 #define RGEPHY_BMSR_100TXHDX 0x2000 /* 100 base Tx half duplex capable */
67 #define RGEPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */
68 #define RGEPHY_BMSR_10THDX 0x0800 /* 10 base T half duplex capable */
69 #define RGEPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */
70 #define RGEPHY_BMSR_100T2HDX 0x0200 /* 100 base T2 half duplex capable */
117 #define RGEPHY_MII_1000CTL 0x09 /* 1000baseT control */
130 #define RGEPHY_MII_1000STS 0x0A /* 1000baseT status */
140 #define RGEPHY_EXTSTS_X_FD_CAP 0x8000 /* 1000base-X FD capable */
141 #define RGEPHY_EXTSTS_X_HD_CAP 0x4000 /* 1000base-X HD capable */
142 #define RGEPHY_EXTSTS_T_FD_CAP 0x2000 /* 1000base-T FD capable */
143 #define RGEPHY_EXTSTS_T_HD_CAP 0x1000 /* 1000base-T HD capable */
158 #define RGEPHY_SSR_S1000 0x8000 /* 1000Mbps */
178 #define RGEPHY_F_SSR_S1000 0x0020 /* 1000Mbps */
195 #define EEEAR_1000T 0x0004 /* adv. 1000baseT EEE */
200 #define EEELPAR_1000T 0x0004 /* link partner 1000baseT EEE capable */