Searched refs:sama5d3_pmc (Results 1 – 1 of 1) sorted by relevance
118 struct pmc_data *sama5d3_pmc; in sama5d3_pmc_setup() local140 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()[all …]
Completed in 4 milliseconds