Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/mvebu/
Dclk-corediv.c46 u32 ratio_offset; member
133 reg = readl(corediv->reg + soc_desc->ratio_offset); in clk_corediv_recalc_rate()
167 reg = readl(corediv->reg + soc_desc->ratio_offset); in clk_corediv_set_rate()
170 writel(reg, corediv->reg + soc_desc->ratio_offset); in clk_corediv_set_rate()
207 .ratio_offset = 0x8,
223 .ratio_offset = 0x4,
235 .ratio_offset = 0x4,
247 .ratio_offset = 0x8,
Dap-cpu-clk.c49 int ratio_offset; member
87 .ratio_offset = AP806_PLL_CR_0_CPU_CLK_RELOAD_RATIO_OFFSET,
121 .ratio_offset = AP807_PLL_CR_0_CPU_CLK_RELOAD_RATIO_OFFSET,
195 BIT(clk->pll_regs->ratio_offset), in ap_cpu_clk_set_rate()
196 BIT(clk->pll_regs->ratio_offset)); in ap_cpu_clk_set_rate()
209 BIT(clk->pll_regs->ratio_offset), 0); in ap_cpu_clk_set_rate()