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

/linux-master/drivers/clk/mvebu/
H A Dclk-corediv.c46 u32 ratio_offset; member in struct:clk_corediv_soc_desc
133 reg = readl(corediv->reg + soc_desc->ratio_offset);
167 reg = readl(corediv->reg + soc_desc->ratio_offset);
170 writel(reg, corediv->reg + soc_desc->ratio_offset);
207 .ratio_offset = 0x8,
223 .ratio_offset = 0x4,
235 .ratio_offset = 0x4,
247 .ratio_offset = 0x8,
H A Dap-cpu-clk.c48 int ratio_offset; member in struct:cpu_dfs_regs
86 .ratio_offset = AP806_PLL_CR_0_CPU_CLK_RELOAD_RATIO_OFFSET,
120 .ratio_offset = AP807_PLL_CR_0_CPU_CLK_RELOAD_RATIO_OFFSET,
194 BIT(clk->pll_regs->ratio_offset),
195 BIT(clk->pll_regs->ratio_offset));
208 BIT(clk->pll_regs->ratio_offset), 0);

Completed in 123 milliseconds