Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h12179 #define S_STATIC_M_PLL_PREDIV 18 macro
12181 #define V_STATIC_M_PLL_PREDIV(x) ((x) << S_STATIC_M_PLL_PREDIV)
12182 #define G_STATIC_M_PLL_PREDIV(x) (((x) >> S_STATIC_M_PLL_PREDIV) & M_STATIC_M_PLL_PREDIV)