Searched defs:pll (Results 1 – 2 of 2) sorted by relevance
13 void pll_init(PLL pll, uint refdiv, uint vco_freq, uint post_div1, uint post_div2) { in pll_init()73 void pll_deinit(PLL pll) { in pll_deinit()
83 #define PLL_RESET_NUM(pll) ((pll_usb_hw == (pll)) ? RESET_PLL_USB : RESET_PLL_SYS) argument