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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h919 #define S_INICST 10 macro
921 #define V_INICST(x) ((x) << S_INICST)
922 #define G_INICST(x) (((x) >> S_INICST) & M_INICST)

Completed in 135 milliseconds