Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/ti/
Ddpll.c236 dd->mult_div1_reg = _get_reg(dpll->module, dpll->mult_div1_reg); in ti_clk_register_dpll()
385 dd->mult_div1_reg = ti_clk_get_reg_addr(node, 1); in of_ti_dpll_setup()
395 dd->mult_div1_reg = ti_clk_get_reg_addr(node, 2); in of_ti_dpll_setup()
398 if (IS_ERR(dd->control_reg) || IS_ERR(dd->mult_div1_reg)) in of_ti_dpll_setup()
Ddpll3xxx.c326 v = ti_clk_ll_ops->clk_readl(dd->mult_div1_reg); in omap3_noncore_dpll_program()
353 ti_clk_ll_ops->clk_writel(v, dd->mult_div1_reg); in omap3_noncore_dpll_program()
Dclkt_dpll.c259 v = ti_clk_ll_ops->clk_readl(dd->mult_div1_reg); in omap2_get_dpll_rate()
Dclock.h136 u16 mult_div1_reg; member
Dclk-3xxx-legacy.c130 .mult_div1_reg = 0xd40,
301 .mult_div1_reg = 0xd44,
503 .mult_div1_reg = 0xd4c,
1268 .mult_div1_reg = 0x940,
2152 .mult_div1_reg = 0x40,
2513 .mult_div1_reg = 0xd44,
/linux-4.4.14/arch/arm/mach-omap2/
Dclkt2xxx_dpllcore.c141 tmpset.cm_clksel1_pll = readl_relaxed(dd->mult_div1_reg); in omap2_reprogram_dpllcore()
/linux-4.4.14/include/linux/clk/
Dti.h69 void __iomem *mult_div1_reg; member