Searched refs:mult_div1_reg (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/clk/ti/ |
D | dpll.c | 236 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()
|
D | dpll3xxx.c | 326 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()
|
D | clkt_dpll.c | 259 v = ti_clk_ll_ops->clk_readl(dd->mult_div1_reg); in omap2_get_dpll_rate()
|
D | clock.h | 136 u16 mult_div1_reg; member
|
D | clk-3xxx-legacy.c | 130 .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/ |
D | clkt2xxx_dpllcore.c | 141 tmpset.cm_clksel1_pll = readl_relaxed(dd->mult_div1_reg); in omap2_reprogram_dpllcore()
|
/linux-4.4.14/include/linux/clk/ |
D | ti.h | 69 void __iomem *mult_div1_reg; member
|