Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h730 #define S_PERCALDIV 22 macro
732 #define V_PERCALDIV(x) ((x) << S_PERCALDIV)
733 #define G_PERCALDIV(x) (((x) >> S_PERCALDIV) & M_PERCALDIV)