Lines Matching defs:sama5d3_pmc
106 struct pmc_data *sama5d3_pmc;
128 sama5d3_pmc = pmc_data_allocate(PMC_PLLACK + 1,
131 if (!sama5d3_pmc)
161 sama5d3_pmc->chws[PMC_PLLACK] = hw;
167 sama5d3_pmc->chws[PMC_UTMI] = hw;
179 sama5d3_pmc->chws[PMC_MCK] = hw;
208 sama5d3_pmc->pchws[i] = hw;
218 sama5d3_pmc->shws[sama5d3_systemck[i].id] = hw;
232 sama5d3_pmc->phws[sama5d3_periphck[i].id] = hw;
235 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d3_pmc);
240 kfree(sama5d3_pmc);
246 CLK_OF_DECLARE_DRIVER(sama5d3_pmc, "atmel,sama5d3-pmc", sama5d3_pmc_setup);