Lines Matching defs:at91sam9g45_pmc
96 struct pmc_data *at91sam9g45_pmc;
118 at91sam9g45_pmc = pmc_data_allocate(PMC_PLLACK + 1,
121 if (!at91sam9g45_pmc)
135 at91sam9g45_pmc->chws[PMC_MAIN] = hw;
146 at91sam9g45_pmc->chws[PMC_PLLACK] = hw;
152 at91sam9g45_pmc->chws[PMC_UTMI] = hw;
175 at91sam9g45_pmc->chws[PMC_MCK] = hw;
200 at91sam9g45_pmc->pchws[i] = hw;
211 at91sam9g45_pmc->shws[at91sam9g45_systemck[i].id] = hw;
222 at91sam9g45_pmc->phws[at91sam9g45_periphck[i].id] = hw;
225 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9g45_pmc);
230 kfree(at91sam9g45_pmc);
236 CLK_OF_DECLARE(at91sam9g45_pmc, "atmel,at91sam9g45-pmc", at91sam9g45_pmc_setup);