Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h2961 #define S_UECNT 10 macro
2963 #define V_UECNT(x) ((x) << S_UECNT)
2964 #define G_UECNT(x) (((x) >> S_UECNT) & M_UECNT)