Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h749 #define S_LENGTH_MIN 8 macro
751 #define V_LENGTH_MIN(x) ((x) << S_LENGTH_MIN)
752 #define G_LENGTH_MIN(x) (((x) >> S_LENGTH_MIN) & M_LENGTH_MIN)