Searched refs:ETH_PLL_CONFIG_REFDIV_MASK (Results 1 – 1 of 1) sorted by relevance
1381 #define ETH_PLL_CONFIG_REFDIV_MASK 0x0000001f macro1382 #define ETH_PLL_CONFIG_REFDIV_GET(x) (((x) & ETH_PLL_CONFIG_REFDIV_MASK) >> ETH_PLL_CON…1383 …_CONFIG_REFDIV_SET(x) (((x) << ETH_PLL_CONFIG_REFDIV_LSB) & ETH_PLL_CONFIG_REFDIV_MASK)