Lines Matching defs:at91sam9x5_pmc
131 struct pmc_data *at91sam9x5_pmc;
153 at91sam9x5_pmc = pmc_data_allocate(PMC_PLLACK + 1,
155 if (!at91sam9x5_pmc)
176 at91sam9x5_pmc->chws[PMC_MAIN] = hw;
187 at91sam9x5_pmc->chws[PMC_PLLACK] = hw;
193 at91sam9x5_pmc->chws[PMC_UTMI] = hw;
205 at91sam9x5_pmc->chws[PMC_MCK] = hw;
234 at91sam9x5_pmc->pchws[i] = hw;
244 at91sam9x5_pmc->shws[at91sam9x5_systemck[i].id] = hw;
252 at91sam9x5_pmc->shws[3] = hw;
265 at91sam9x5_pmc->phws[at91sam9x5_periphck[i].id] = hw;
278 at91sam9x5_pmc->phws[extra_pcks[i].id] = hw;
281 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9x5_pmc);
286 kfree(at91sam9x5_pmc);