Lines Matching refs:at91sam9n12_pmc
109 struct pmc_data *at91sam9n12_pmc;
131 at91sam9n12_pmc = pmc_data_allocate(PMC_PLLBCK + 1,
133 if (!at91sam9n12_pmc)
154 at91sam9n12_pmc->chws[PMC_MAIN] = hw;
165 at91sam9n12_pmc->chws[PMC_PLLACK] = hw;
172 at91sam9n12_pmc->chws[PMC_PLLBCK] = hw;
184 at91sam9n12_pmc->chws[PMC_MCK] = hw;
207 at91sam9n12_pmc->pchws[i] = hw;
217 at91sam9n12_pmc->shws[at91sam9n12_systemck[i].id] = hw;
230 at91sam9n12_pmc->phws[at91sam9n12_periphck[i].id] = hw;
233 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9n12_pmc);
238 kfree(at91sam9n12_pmc);
244 CLK_OF_DECLARE_DRIVER(at91sam9n12_pmc, "atmel,at91sam9n12-pmc",