Searched refs:pll_out (Results 1 – 2 of 2) sorted by relevance
32 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_is_enabled() local33 u32 val = readl_relaxed(pll_out->reg); in clk_pll_out_is_enabled()36 state = (val & pll_out_enb(pll_out)) ? 1 : 0; in clk_pll_out_is_enabled()37 if (!(val & (pll_out_rst(pll_out)))) in clk_pll_out_is_enabled()44 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_enable() local48 if (pll_out->lock) in clk_pll_out_enable()49 spin_lock_irqsave(pll_out->lock, flags); in clk_pll_out_enable()51 val = readl_relaxed(pll_out->reg); in clk_pll_out_enable()53 val |= (pll_out_enb(pll_out) | pll_out_rst(pll_out)); in clk_pll_out_enable()55 writel_relaxed(val, pll_out->reg); in clk_pll_out_enable()[all …]
340 goto pll_out; in twl6040_set_pll()367 goto pll_out; in twl6040_set_pll()376 goto pll_out; in twl6040_set_pll()410 goto pll_out; in twl6040_set_pll()433 goto pll_out; in twl6040_set_pll()440 pll_out: in twl6040_set_pll()