Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22613 #define S_E1SN 13 macro
22615 #define V_E1SN(x) ((x) << S_E1SN)
22616 #define G_E1SN(x) (((x) >> S_E1SN) & M_E1SN)