Lines Matching refs:pmc_clk
202 struct pmc_clk {
209 #define to_pmc_clk(_hw) container_of(_hw, struct pmc_clk, hw)
2583 struct pmc_clk *clk = to_pmc_clk(hw);
2594 struct pmc_clk *clk = to_pmc_clk(hw);
2608 struct pmc_clk *clk = to_pmc_clk(hw);
2628 struct pmc_clk *clk = to_pmc_clk(hw);
2637 struct pmc_clk *clk = to_pmc_clk(hw);
2657 struct pmc_clk *pmc_clk;
2659 pmc_clk = devm_kzalloc(pmc->dev, sizeof(*pmc_clk), GFP_KERNEL);
2660 if (!pmc_clk)
2670 pmc_clk->hw.init = &init;
2671 pmc_clk->offs = offset;
2672 pmc_clk->mux_shift = data->mux_shift;
2673 pmc_clk->force_en_shift = data->force_en_shift;
2675 return clk_register(NULL, &pmc_clk->hw);