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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3652 #define S_CMMEMMGRBASE 0 macro
3654 #define V_CMMEMMGRBASE(x) ((x) << S_CMMEMMGRBASE)
3655 #define G_CMMEMMGRBASE(x) (((x) >> S_CMMEMMGRBASE) & M_CMMEMMGRBASE)

Completed in 200 milliseconds