Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_regs.h918 #define S_INICST 10 macro
920 #define V_INICST(x) ((x) << S_INICST)
921 #define G_INICST(x) (((x) >> S_INICST) & M_INICST)