Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-k210.c259 #define K210_PLL_RESET (1 << 20) macro
383 if (reg & K210_PLL_RESET) in k210_pll_hw_is_enabled()
418 reg &= ~K210_PLL_RESET; in k210_pll_enable_hw()
420 reg |= K210_PLL_RESET; in k210_pll_enable_hw()
424 reg &= ~K210_PLL_RESET; in k210_pll_enable_hw()