Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h917 #define S_INICST 10 macro
919 #define V_INICST(x) ((x) << S_INICST)
920 #define G_INICST(x) (((x) >> S_INICST) & M_INICST)