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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5813 #define S_RLDWTTOTAL 0 macro
5815 #define V_RLDWTTOTAL(x) ((x) << S_RLDWTTOTAL)
5816 #define G_RLDWTTOTAL(x) (((x) >> S_RLDWTTOTAL) & M_RLDWTTOTAL)

Completed in 243 milliseconds