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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2893 #define S_PER_CAL_DIV 22 macro
2895 #define V_PER_CAL_DIV(x) ((x) << S_PER_CAL_DIV)
2896 #define G_PER_CAL_DIV(x) (((x) >> S_PER_CAL_DIV) & M_PER_CAL_DIV)

Completed in 168 milliseconds