Lines Matching defs:pllout
377 struct davinci_pll_clk *pllout;
438 pllout = kzalloc(sizeof(*pllout), GFP_KERNEL);
439 if (!pllout) {
458 pllout->hw.init = &init;
459 pllout->base = base;
460 pllout->pllm_mask = info->pllm_mask;
461 pllout->pllm_min = info->pllm_min;
462 pllout->pllm_max = info->pllm_max;
464 pllout_clk = clk_register(dev, &pllout->hw);
470 clk_hw_set_rate_range(&pllout->hw, info->pllout_min_rate,
528 kfree(pllout);
768 child = of_get_child_by_name(node, "pllout");