Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/axs10x/
H A Dpll_clock.c114 static inline u32 axs10x_div_get_value(u32 reg) in axs10x_div_get_value() function
142 idiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_IDIV)); in axs10x_pll_recalc_rate()
143 fbdiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_FBDIV)); in axs10x_pll_recalc_rate()
144 odiv = axs10x_div_get_value(axs10x_pll_read(clk, PLL_REG_ODIV)); in axs10x_pll_recalc_rate()