Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h12331 #define S_STATIC_KX_PLL_V 7 macro
12333 #define V_STATIC_KX_PLL_V(x) ((x) << S_STATIC_KX_PLL_V)
12334 #define G_STATIC_KX_PLL_V(x) (((x) >> S_STATIC_KX_PLL_V) & M_STATIC_KX_PLL_V)