Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h927 #define S_INTST 4 macro
929 #define V_INTST(x) ((x) << S_INTST)
930 #define G_INTST(x) (((x) >> S_INTST) & M_INTST)