Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h2892 #define S_PER_CAL_DIV 22 macro
2894 #define V_PER_CAL_DIV(x) ((x) << S_PER_CAL_DIV)
2895 #define G_PER_CAL_DIV(x) (((x) >> S_PER_CAL_DIV) & M_PER_CAL_DIV)