Home
last modified time | relevance | path

Searched refs:S_LED_COUNT_LO (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h20123 #define S_LED_COUNT_LO 0 macro
20125 #define V_LED_COUNT_LO(x) ((x) << S_LED_COUNT_LO)
20126 #define G_LED_COUNT_LO(x) (((x) >> S_LED_COUNT_LO) & M_LED_COUNT_LO)