Lines Matching +full:disable +full:- +full:port +full:- +full:power +full:- +full:control
1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
45 #define IGP01IGC_PHY_PORT_CONFIG 0x10 /* Port Config */
47 #define IGP01IGC_PHY_PORT_CTRL 0x12 /* Control */
49 #define IGP02IGC_PHY_POWER_MGMT 0x19 /* Power Management */
54 #define IGC_I225_PHPM 0x0E14 /* I225 PHY Power Management */
55 #define IGC_I225_PHPM_DIS_1000_D3 0x0008 /* Disable 1G in D3 */
58 #define IGC_I225_PHPM_DIS_1000 0x0040 /* Disable 1G globally */
59 #define IGC_I225_PHPM_SPD_B2B_EN 0x0080 /* Smart Power Down Back2Back */
61 #define IGC_I225_PHPM_DIS_100_D3 0x0200 /* Disable 100M in D3 */
62 #define IGC_I225_PHPM_ULP 0x0400 /* Ultra Low-Power Mode */
63 #define IGC_I225_PHPM_DIS_2500 0x0800 /* Disable 2.5G globally */
64 #define IGC_I225_PHPM_DIS_2500_D3 0x1000 /* Disable 2.5G in D3 */
65 /* GPY211 - I225 defines */
77 #define IGP02IGC_PM_SPD 0x0001 /* Smart Power Down */
106 #define IGC_KMRNCTRLSTA_IBIST_DISABLE 0x0200 /* Kumeran IBIST Disable */
112 #define IFE_PHY_MDIX_CONTROL 0x1C /* MDI/MDI-X Control */
114 /* IFE PHY Extended Status Control */
117 /* IFE PHY Special Control */
121 /* IFE PHY Special Control and LED Control */
126 /* IFE PHY MDIX Control */
127 #define IFE_PMC_MDIX_STATUS 0x0020 /* 1=MDI-X, 0=MDI */
128 #define IFE_PMC_FORCE_MDIX 0x0040 /* 1=force MDI-X, 0=force MDI */
129 #define IFE_PMC_AUTO_MDIX 0x0080 /* 1=enable auto, 0=disable */