Searched refs:icpll (Results 1 – 1 of 1) sorted by relevance
41 u16 *icpll; member101 if (characteristics->icpll) in clk_pll_prepare()103 characteristics->icpll[pll->range] << PLL_ICPR_SHIFT(id)); in clk_pll_prepare()370 u16 *icpll = NULL; in of_at91_clk_pll_get_characteristics() local402 icpll = kcalloc(num_output, sizeof(*icpll), GFP_KERNEL); in of_at91_clk_pll_get_characteristics()403 if (!icpll) in of_at91_clk_pll_get_characteristics()436 icpll[i] = tmp; in of_at91_clk_pll_get_characteristics()443 characteristics->icpll = icpll; in of_at91_clk_pll_get_characteristics()447 kfree(icpll); in of_at91_clk_pll_get_characteristics()