Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h5944 #define S_TMPARTCOUNT 24 macro
5946 #define V_TMPARTCOUNT(x) ((x) << S_TMPARTCOUNT)
5947 #define G_TMPARTCOUNT(x) (((x) >> S_TMPARTCOUNT) & M_TMPARTCOUNT)