Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6612 #define S_TMPARTCOUNT 24 macro
6614 #define V_TMPARTCOUNT(x) ((x) << S_TMPARTCOUNT)
6615 #define G_TMPARTCOUNT(x) (((x) >> S_TMPARTCOUNT) & M_TMPARTCOUNT)