Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h27444 #define S_MAPMI 16 macro
27446 #define V_MAPMI(x) ((x) << S_MAPMI)
27447 #define G_MAPMI(x) (((x) >> S_MAPMI) & M_MAPMI)