Lines Matching refs:at91sam9g45_pmc
89 struct pmc_data *at91sam9g45_pmc; in at91sam9g45_pmc_setup() local
111 at91sam9g45_pmc = pmc_data_allocate(PMC_PLLACK + 1, in at91sam9g45_pmc_setup()
114 if (!at91sam9g45_pmc) in at91sam9g45_pmc_setup()
128 at91sam9g45_pmc->chws[PMC_MAIN] = hw; in at91sam9g45_pmc_setup()
139 at91sam9g45_pmc->chws[PMC_PLLACK] = hw; in at91sam9g45_pmc_setup()
145 at91sam9g45_pmc->chws[PMC_UTMI] = hw; in at91sam9g45_pmc_setup()
157 at91sam9g45_pmc->chws[PMC_MCK] = hw; in at91sam9g45_pmc_setup()
182 at91sam9g45_pmc->pchws[i] = hw; in at91sam9g45_pmc_setup()
192 at91sam9g45_pmc->shws[at91sam9g45_systemck[i].id] = hw; in at91sam9g45_pmc_setup()
203 at91sam9g45_pmc->phws[at91sam9g45_periphck[i].id] = hw; in at91sam9g45_pmc_setup()
206 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9g45_pmc); in at91sam9g45_pmc_setup()
211 kfree(at91sam9g45_pmc); in at91sam9g45_pmc_setup()
217 CLK_OF_DECLARE_DRIVER(at91sam9g45_pmc, "atmel,at91sam9g45-pmc",