Home
last modified time | relevance | path

Searched refs:K210_PLL_RESET (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/clk/kendryte/
A Dpll.c515 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()
/u-boot/include/kendryte/
A Dpll.h16 #define K210_PLL_RESET BIT(20) macro

Completed in 3 milliseconds