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