Searched refs:sama5d3_pmc (Results 1 – 1 of 1) sorted by relevance
106 struct pmc_data *sama5d3_pmc; in sama5d3_pmc_setup() local128 sama5d3_pmc = pmc_data_allocate(PMC_PLLACK + 1, in sama5d3_pmc_setup()131 if (!sama5d3_pmc) in sama5d3_pmc_setup()161 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()167 sama5d3_pmc->chws[PMC_UTMI] = hw; in sama5d3_pmc_setup()179 sama5d3_pmc->chws[PMC_MCK] = hw; in sama5d3_pmc_setup()208 sama5d3_pmc->pchws[i] = hw; in sama5d3_pmc_setup()218 sama5d3_pmc->shws[sama5d3_systemck[i].id] = hw; in sama5d3_pmc_setup()232 sama5d3_pmc->phws[sama5d3_periphck[i].id] = hw; in sama5d3_pmc_setup()235 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d3_pmc); in sama5d3_pmc_setup()[all …]