Searched refs:ti_clk_ll_ops (Results 1 – 8 of 8) sorted by relevance
55 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 …]
41 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()
44 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()
81 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()
30 struct ti_clk_ll_ops *ti_clk_ll_ops; variable
105 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()
250 struct ti_clk_ll_ops { struct255 extern struct ti_clk_ll_ops *ti_clk_ll_ops; argument
127 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()