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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A 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)

Completed in 172 milliseconds