Searched refs:S_CM_MEMMGR_BASE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h805 #define S_CM_MEMMGR_BASE 0 macro
807 #define V_CM_MEMMGR_BASE(x) ((x) << S_CM_MEMMGR_BASE)
808 #define G_CM_MEMMGR_BASE(x) (((x) >> S_CM_MEMMGR_BASE) & M_CM_MEMMGR_BASE)

Completed in 123 milliseconds