Searched refs:PLL_PDR_OUTDIV3 (Results 1 – 2 of 2) sorted by relevance
566 #define PLL_PDR_OUTDIV3(x) (((x) & 0x0000000F) << 8) macro572 #define PLL_PDR_SDRAM(x) PLL_PDR_OUTDIV3(x)
214 PLL_PDR_OUTDIV3((BUSDIV / 2) - 1) | in clock_pll()