Lines Matching defs:at91sam9g45_pmc
89 struct pmc_data *at91sam9g45_pmc;
111 at91sam9g45_pmc = pmc_data_allocate(PMC_PLLACK + 1,
114 if (!at91sam9g45_pmc)
128 at91sam9g45_pmc->chws[PMC_MAIN] = hw;
139 at91sam9g45_pmc->chws[PMC_PLLACK] = hw;
145 at91sam9g45_pmc->chws[PMC_UTMI] = hw;
157 at91sam9g45_pmc->chws[PMC_MCK] = hw;
182 at91sam9g45_pmc->pchws[i] = hw;
192 at91sam9g45_pmc->shws[at91sam9g45_systemck[i].id] = hw;
203 at91sam9g45_pmc->phws[at91sam9g45_periphck[i].id] = hw;
206 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9g45_pmc);
211 kfree(at91sam9g45_pmc);
217 CLK_OF_DECLARE_DRIVER(at91sam9g45_pmc, "atmel,at91sam9g45-pmc",