Searched refs:RESET_PLL_SYS (Results 1 – 4 of 4) sorted by relevance
42 RESET_PLL_SYS = 12, ///< Select PLL_SYS to be reset enumerator
44 RESET_PLL_SYS = 14, ///< Select PLL_SYS to be reset enumerator
83 #define PLL_RESET_NUM(pll) ((pll_usb_hw == (pll)) ? RESET_PLL_USB : RESET_PLL_SYS)
68 (1u << RESET_PLL_SYS) in runtime_init_early_resets()