Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_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)