Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h1236 #define S_INT_STATE 4 macro
1238 #define V_INT_STATE(x) ((x) << S_INT_STATE)
1239 #define G_INT_STATE(x) (((x) >> S_INT_STATE) & M_INT_STATE)