Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h12336 #define S_STATIC_KR_PLL_V 3 macro
12338 #define V_STATIC_KR_PLL_V(x) ((x) << S_STATIC_KR_PLL_V)
12339 #define G_STATIC_KR_PLL_V(x) (((x) >> S_STATIC_KR_PLL_V) & M_STATIC_KR_PLL_V)