Lines Matching +full:disable +full:- +full:leds
1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
55 #define IGC_I225_PHPM_DIS_1000_D3 0x0008 /* Disable 1G in D3 */
58 #define IGC_I225_PHPM_DIS_1000 0x0040 /* Disable 1G globally */
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 */
106 #define IGC_KMRNCTRLSTA_IBIST_DISABLE 0x0200 /* Kumeran IBIST Disable */
112 #define IFE_PHY_MDIX_CONTROL 0x1C /* MDI/MDI-X Control */
123 #define IFE_PSCL_PROBE_LEDS_OFF 0x0006 /* Force LEDs 0 and 2 off */
124 #define IFE_PSCL_PROBE_LEDS_ON 0x0007 /* Force LEDs 0 and 2 on */
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 */