Lines Matching defs:at91sam9n12_pmc
116 struct pmc_data *at91sam9n12_pmc;
138 at91sam9n12_pmc = pmc_data_allocate(PMC_PLLBCK + 1,
140 if (!at91sam9n12_pmc)
161 at91sam9n12_pmc->chws[PMC_MAIN] = hw;
172 at91sam9n12_pmc->chws[PMC_PLLACK] = hw;
179 at91sam9n12_pmc->chws[PMC_PLLBCK] = hw;
202 at91sam9n12_pmc->chws[PMC_MCK] = hw;
225 at91sam9n12_pmc->pchws[i] = hw;
236 at91sam9n12_pmc->shws[at91sam9n12_systemck[i].id] = hw;
249 at91sam9n12_pmc->phws[at91sam9n12_periphck[i].id] = hw;
252 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9n12_pmc);
257 kfree(at91sam9n12_pmc);
263 CLK_OF_DECLARE(at91sam9n12_pmc, "atmel,at91sam9n12-pmc", at91sam9n12_pmc_setup);