Lines Matching defs:pmc_clk
169 struct pmc_clk {
176 #define to_pmc_clk(_hw) container_of(_hw, struct pmc_clk, hw)
2258 struct pmc_clk *clk = to_pmc_clk(hw);
2269 struct pmc_clk *clk = to_pmc_clk(hw);
2283 struct pmc_clk *clk = to_pmc_clk(hw);
2303 struct pmc_clk *clk = to_pmc_clk(hw);
2312 struct pmc_clk *clk = to_pmc_clk(hw);
2332 struct pmc_clk *pmc_clk;
2334 pmc_clk = devm_kzalloc(pmc->dev, sizeof(*pmc_clk), GFP_KERNEL);
2335 if (!pmc_clk)
2345 pmc_clk->hw.init = &init;
2346 pmc_clk->offs = offset;
2347 pmc_clk->mux_shift = data->mux_shift;
2348 pmc_clk->force_en_shift = data->force_en_shift;
2350 return clk_register(NULL, &pmc_clk->hw);