Lines Matching defs:sama5d4_pmc
133 struct pmc_data *sama5d4_pmc;
155 sama5d4_pmc = pmc_data_allocate(PMC_PLLACK + 1,
158 if (!sama5d4_pmc)
188 sama5d4_pmc->chws[PMC_PLLACK] = hw;
194 sama5d4_pmc->chws[PMC_UTMI] = hw;
215 sama5d4_pmc->chws[PMC_MCK] = hw;
221 sama5d4_pmc->chws[PMC_MCK2] = hw;
252 sama5d4_pmc->pchws[i] = hw;
263 sama5d4_pmc->shws[sama5d4_systemck[i].id] = hw;
277 sama5d4_pmc->phws[sama5d4_periphck[i].id] = hw;
290 sama5d4_pmc->phws[sama5d4_periph32ck[i].id] = hw;
293 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d4_pmc);
298 kfree(sama5d4_pmc);
301 CLK_OF_DECLARE(sama5d4_pmc, "atmel,sama5d4-pmc", sama5d4_pmc_setup);