Lines Matching defs:at91sam9rl_pmc
69 struct pmc_data *at91sam9rl_pmc;
90 at91sam9rl_pmc = pmc_data_allocate(PMC_PLLACK + 1,
93 if (!at91sam9rl_pmc)
100 at91sam9rl_pmc->chws[PMC_MAIN] = hw;
108 at91sam9rl_pmc->chws[PMC_PLLACK] = hw;
114 at91sam9rl_pmc->chws[PMC_UTMI] = hw;
126 at91sam9rl_pmc->chws[PMC_MCK] = hw;
145 at91sam9rl_pmc->pchws[i] = hw;
155 at91sam9rl_pmc->shws[at91sam9rl_systemck[i].id] = hw;
166 at91sam9rl_pmc->phws[at91sam9rl_periphck[i].id] = hw;
169 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9rl_pmc);
174 kfree(at91sam9rl_pmc);
176 CLK_OF_DECLARE_DRIVER(at91sam9rl_pmc, "atmel,at91sam9rl-pmc", at91sam9rl_pmc_setup);