Lines Matching +full:led +full:- +full:active +full:- +full:low
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* drivers/atm/idt77105.h - IDT77105 (PHY) declarations */
19 #define IDT77105_LEDHEC 0x3 /* LED Driver & HEC Status/Control */
20 #define IDT77105_CTRLO 0x4 /* Low Byte Counter Register */
49 #define IDT77105_DIAG_MPCS 0x20 /* R/W, Multi-PHY config'n select */
65 #define IDT77105_LEDHEC_TLS 0x02 /* R, Tx LED Status (1=lit) */
66 #define IDT77105_LEDHEC_RLS 0x01 /* R, Rx LED Status (1=lit) */
68 #define IDT77105_LEDHEC_RPW_1 0x00 /* RxRef active for 1 RxClk cycle */
69 #define IDT77105_LEDHEC_RPW_2 0x08 /* RxRef active for 2 RxClk cycle */
70 #define IDT77105_LEDHEC_RPW_4 0x10 /* RxRef active for 4 RxClk cycle */
71 #define IDT77105_LEDHEC_RPW_8 0x18 /* RxRef active for 8 RxClk cycle */