Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_regs.h12192 #define S_STATIC_M_PLL_TUNE 0 macro
12194 #define V_STATIC_M_PLL_TUNE(x) ((x) << S_STATIC_M_PLL_TUNE)
12195 #define G_STATIC_M_PLL_TUNE(x) (((x) >> S_STATIC_M_PLL_TUNE) & M_STATIC_M_PLL_TUNE)