Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h18456 #define S_MAPMI 16 macro
18458 #define V_MAPMI(x) ((x) << S_MAPMI)
18459 #define G_MAPMI(x) (((x) >> S_MAPMI) & M_MAPMI)