Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/ti/
Dapll.c55 v = ti_clk_ll_ops->clk_readl(ad->idlest_reg); in dra7_apll_enable()
60 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in dra7_apll_enable()
63 ti_clk_ll_ops->clk_writel(v, ad->control_reg); in dra7_apll_enable()
68 v = ti_clk_ll_ops->clk_readl(ad->idlest_reg); in dra7_apll_enable()
99 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in dra7_apll_disable()
102 ti_clk_ll_ops->clk_writel(v, ad->control_reg); in dra7_apll_disable()
113 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in dra7_apll_is_enabled()
232 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in omap2_apll_is_enabled()
258 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in omap2_apll_enable()
261 ti_clk_ll_ops->clk_writel(v, ad->control_reg); in omap2_apll_enable()
[all …]
Dautoidle.c41 val = ti_clk_ll_ops->clk_readl(clk->reg); in ti_allow_autoidle()
48 ti_clk_ll_ops->clk_writel(val, clk->reg); in ti_allow_autoidle()
55 val = ti_clk_ll_ops->clk_readl(clk->reg); in ti_deny_autoidle()
62 ti_clk_ll_ops->clk_writel(val, clk->reg); in ti_deny_autoidle()
Dmux.c44 val = ti_clk_ll_ops->clk_readl(mux->reg) >> mux->shift; in ti_clk_mux_get_parent()
90 val = ti_clk_ll_ops->clk_readl(mux->reg); in ti_clk_mux_set_parent()
94 ti_clk_ll_ops->clk_writel(val, mux->reg); in ti_clk_mux_set_parent()
Dgate.c81 orig_v = ti_clk_ll_ops->clk_readl(parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
86 ti_clk_ll_ops->clk_writel(dummy_v, parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
89 ti_clk_ll_ops->clk_writel(orig_v, parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
Dclk.c30 struct ti_clk_ll_ops *ti_clk_ll_ops; variable
Ddivider.c105 val = ti_clk_ll_ops->clk_readl(divider->reg) >> divider->shift; in ti_clk_divider_recalc_rate()
237 val = ti_clk_ll_ops->clk_readl(divider->reg); in ti_clk_divider_set_rate()
241 ti_clk_ll_ops->clk_writel(val, divider->reg); in ti_clk_divider_set_rate()
/linux-4.1.27/include/linux/clk/
Dti.h250 struct ti_clk_ll_ops { struct
255 extern struct ti_clk_ll_ops *ti_clk_ll_ops; argument
/linux-4.1.27/arch/arm/mach-omap2/
Dclock.c127 static struct ti_clk_ll_ops omap_clk_ll_ops = {
150 ti_clk_ll_ops = &omap_clk_ll_ops; in omap2_clk_provider_init()
175 ti_clk_ll_ops = &omap_clk_ll_ops; in omap2_clk_legacy_provider_init()