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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5814 #define S_RLDWTTOTAL 0 macro
5816 #define V_RLDWTTOTAL(x) ((x) << S_RLDWTTOTAL)
5817 #define G_RLDWTTOTAL(x) (((x) >> S_RLDWTTOTAL) & M_RLDWTTOTAL)

Completed in 116 milliseconds