Lines Matching defs:at91rm9200_pmc
80 struct pmc_data *at91rm9200_pmc;
103 at91rm9200_pmc = pmc_data_allocate(PMC_PLLBCK + 1,
106 if (!at91rm9200_pmc)
120 at91rm9200_pmc->chws[PMC_MAIN] = hw;
128 at91rm9200_pmc->chws[PMC_PLLACK] = hw;
136 at91rm9200_pmc->chws[PMC_PLLBCK] = hw;
158 at91rm9200_pmc->chws[PMC_MCK] = hw;
180 at91rm9200_pmc->pchws[i] = hw;
190 at91rm9200_pmc->shws[at91rm9200_systemck[i].id] = hw;
201 at91rm9200_pmc->phws[at91rm9200_periphck[i].id] = hw;
204 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91rm9200_pmc);
209 kfree(at91rm9200_pmc);
217 CLK_OF_DECLARE(at91rm9200_pmc, "atmel,at91rm9200-pmc", at91rm9200_pmc_setup);