Lines Matching +full:led +full:- +full:speed +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
20 #define CLOCK_CTRL_LLED 0x04 /* Left LED, 0 == on */
21 #define CLOCK_CTRL_MLED 0x02 /* Mid LED, 1 == on */
22 #define CLOCK_CTRL_RLED 0x01 /* RIght LED, 1 == on */
44 #define FHC_CONTROL_DCD 0x00008000 /* DC-->DC Converter Disable */
47 #define FHC_CONTROL_AOFF 0x00001000 /* CPU A SRAM/SBD Low Power Mode */
48 #define FHC_CONTROL_BOFF 0x00000800 /* CPU B SRAM/SBD Low Power Mode */
52 #define FHC_CONTROL_LLED 0x00000040 /* 0=Left LED ON */
53 #define FHC_CONTROL_MLED 0x00000020 /* 1=Middle LED ON */
54 #define FHC_CONTROL_RLED 0x00000010 /* 1=Right LED */
60 #define FHC_BSR_SA 0x00001c00 /* Port A UPA Speed (from the pins) */
61 #define FHC_BSR_SB 0x00000380 /* Port B UPA Speed (from the pins) */
62 #define FHC_BSR_NDIAG 0x00000040 /* Not in Diag Mode */
63 #define FHC_BSR_NTBED 0x00000020 /* Not in TestBED Mode */