Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
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)