Searched refs:K210_PLL_RESET (Results 1 – 2 of 2) sorted by relevance
515 if ((reg | K210_PLL_PWRD) && !(reg | K210_PLL_RESET)) in k210_pll_enable()522 reg &= ~K210_PLL_RESET; in k210_pll_enable()524 reg |= K210_PLL_RESET; in k210_pll_enable()528 reg &= ~K210_PLL_RESET; in k210_pll_enable()
16 #define K210_PLL_RESET BIT(20) macro
Completed in 3 milliseconds