Lines Matching defs:at91sam9x5_pmc
138 struct pmc_data *at91sam9x5_pmc;
160 at91sam9x5_pmc = pmc_data_allocate(PMC_PLLACK + 1,
162 if (!at91sam9x5_pmc)
183 at91sam9x5_pmc->chws[PMC_MAIN] = hw;
194 at91sam9x5_pmc->chws[PMC_PLLACK] = hw;
200 at91sam9x5_pmc->chws[PMC_UTMI] = hw;
221 at91sam9x5_pmc->chws[PMC_MCK] = hw;
250 at91sam9x5_pmc->pchws[i] = hw;
261 at91sam9x5_pmc->shws[at91sam9x5_systemck[i].id] = hw;
270 at91sam9x5_pmc->shws[3] = hw;
283 at91sam9x5_pmc->phws[at91sam9x5_periphck[i].id] = hw;
296 at91sam9x5_pmc->phws[extra_pcks[i].id] = hw;
299 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9x5_pmc);
304 kfree(at91sam9x5_pmc);