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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2782 #define S_PREREFDIV 1 macro
2784 #define V_PREREFDIV(x) ((x) << S_PREREFDIV)
2785 #define G_PREREFDIV(x) (((x) >> S_PREREFDIV) & M_PREREFDIV)

Completed in 183 milliseconds