Lines Matching +full:phy +full:- +full:select
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
44 * RealTek 8169S/8110S gigE PHY registers
50 #define RGEPHY_BMCR_SPD0 0x2000 /* speed select, lower bit */
57 #define RGEPHY_BMCR_SPD1 0x0040 /* Speed select, upper bit */
109 #define RGEPHY_ANER_NP 0x0004 /* Local PHY can next page */
120 #define RGEPHY_1000CTL_MSC 0x0800 /* Master/Slave select */
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 */
146 #define RGEPHY_MII_PCR 0x10 /* PHY Specific control register */
157 #define RGEPHY_MII_SSR 0x11 /* PHY Specific status register */
171 #define RGEPHY_F_MII_PCR1 0x18 /* PHY Specific control register 1 */
177 #define RGEPHY_F_MII_SSR 0x1A /* PHY Specific status register */
188 #define RGEPHY_F_EPAGSR 0x1F /* Extension page select register */