Lines Matching refs:sama5d3_pmc
118 struct pmc_data *sama5d3_pmc; in sama5d3_pmc_setup() local
140 sama5d3_pmc = pmc_data_allocate(PMC_PLLACK + 1, in sama5d3_pmc_setup()
143 if (!sama5d3_pmc) in sama5d3_pmc_setup()
173 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()
179 sama5d3_pmc->chws[PMC_UTMI] = hw; in sama5d3_pmc_setup()
200 sama5d3_pmc->chws[PMC_MCK] = hw; in sama5d3_pmc_setup()
229 sama5d3_pmc->pchws[i] = hw; in sama5d3_pmc_setup()
240 sama5d3_pmc->shws[sama5d3_systemck[i].id] = hw; in sama5d3_pmc_setup()
255 sama5d3_pmc->phws[sama5d3_periphck[i].id] = hw; in sama5d3_pmc_setup()
258 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d3_pmc); in sama5d3_pmc_setup()
263 kfree(sama5d3_pmc); in sama5d3_pmc_setup()
269 CLK_OF_DECLARE(sama5d3_pmc, "atmel,sama5d3-pmc", sama5d3_pmc_setup);