Lines Matching +full:mode +full:- +full:capable
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
55 #define RGEPHY_BMCR_FDX 0x0100 /* Duplex mode */
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 */
75 #define RGEPHY_BMSR_ANEG 0x0008 /* Autoneg capable */
84 #define RGEPHY_ANAR_PC 0x0400 /* Pause capable */
96 #define RGEPHY_ANLPAR_PC 0x0400 /* Pause capable */
111 #define RGEPHY_ANER_LPAN 0x0001 /* Link partner autoneg capable */
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 */
172 #define RGEPHY_F_PCR1_MDI_MM 0x0200 /* MDI / MDIX Manual Mode */
173 #define RGEPHY_F_PCR1_MDI_MODE 0x0100 /* MDI Mode (0=MDIX,1=MDI) */
200 #define EEELPAR_1000T 0x0004 /* link partner 1000baseT EEE capable */
201 #define EEELPAR_100TX 0x0002 /* link partner 100baseTX EEE capable */