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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h732 #define S_PERCALDIV 22 macro
734 #define V_PERCALDIV(x) ((x) << S_PERCALDIV)
735 #define G_PERCALDIV(x) (((x) >> S_PERCALDIV) & M_PERCALDIV)

Completed in 184 milliseconds