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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h2963 #define S_UECNT 10 macro
2965 #define V_UECNT(x) ((x) << S_UECNT)
2966 #define G_UECNT(x) (((x) >> S_UECNT) & M_UECNT)

Completed in 457 milliseconds