Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/axs10x/
Dpll_clock.c117 static inline u32 axs10x_div_get_value(u32 reg) in axs10x_div_get_value() function
145 idiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_IDIV)); in axs10x_pll_recalc_rate()
146 fbdiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_FBDIV)); in axs10x_pll_recalc_rate()
147 odiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_ODIV)); in axs10x_pll_recalc_rate()