Lines Matching defs:sama5d2_pmc
169 struct pmc_data *sama5d2_pmc;
191 sama5d2_pmc = pmc_data_allocate(PMC_AUDIOPINCK + 1,
195 if (!sama5d2_pmc)
216 sama5d2_pmc->chws[PMC_MAIN] = hw;
227 sama5d2_pmc->chws[PMC_PLLACK] = hw;
239 sama5d2_pmc->chws[PMC_AUDIOPINCK] = hw;
246 sama5d2_pmc->chws[PMC_AUDIOPLLCK] = hw;
256 sama5d2_pmc->chws[PMC_UTMI] = hw;
277 sama5d2_pmc->chws[PMC_MCK] = hw;
283 sama5d2_pmc->chws[PMC_MCK2] = hw;
309 sama5d2_pmc->pchws[i] = hw;
320 sama5d2_pmc->shws[sama5d2_systemck[i].id] = hw;
334 sama5d2_pmc->phws[sama5d2_periphck[i].id] = hw;
348 sama5d2_pmc->phws[sama5d2_periph32ck[i].id] = hw;
368 sama5d2_pmc->ghws[sama5d2_gck[i].id] = hw;
379 sama5d2_pmc->chws[PMC_I2S0_MUX] = hw;
388 sama5d2_pmc->chws[PMC_I2S1_MUX] = hw;
391 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d2_pmc);
396 kfree(sama5d2_pmc);
399 CLK_OF_DECLARE(sama5d2_pmc, "atmel,sama5d2-pmc", sama5d2_pmc_setup);