Lines Matching defs:at91sam9rl_pmc
71 struct pmc_data *at91sam9rl_pmc;
92 at91sam9rl_pmc = pmc_data_allocate(PMC_PLLACK + 1,
95 if (!at91sam9rl_pmc)
102 at91sam9rl_pmc->chws[PMC_MAIN] = hw;
110 at91sam9rl_pmc->chws[PMC_PLLACK] = hw;
116 at91sam9rl_pmc->chws[PMC_UTMI] = hw;
138 at91sam9rl_pmc->chws[PMC_MCK] = hw;
157 at91sam9rl_pmc->pchws[i] = hw;
167 at91sam9rl_pmc->shws[at91sam9rl_systemck[i].id] = hw;
178 at91sam9rl_pmc->phws[at91sam9rl_periphck[i].id] = hw;
181 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9rl_pmc);
186 kfree(at91sam9rl_pmc);
189 CLK_OF_DECLARE(at91sam9rl_pmc, "atmel,at91sam9rl-pmc", at91sam9rl_pmc_setup);