Lines Matching defs:sama7g5_pmc
983 struct pmc_data *sama7g5_pmc;
1005 sama7g5_pmc = pmc_data_allocate(PMC_MCK1 + 1,
1009 if (!sama7g5_pmc)
1038 sama7g5_pmc->chws[PMC_MAIN] = hw;
1051 parent_hw = sama7g5_pmc->chws[PMC_MAIN];
1089 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw;
1100 sama7g5_mckx[PCK_PARENT_HW_MCK0].hw = sama7g5_pmc->chws[PMC_MCK] = hw;
1104 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN];
1139 sama7g5_pmc->chws[sama7g5_mckx[i].eid] = hw;
1146 sama7g5_pmc->chws[PMC_UTMI] = hw;
1150 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN];
1169 sama7g5_pmc->pchws[i] = hw;
1174 NULL, sama7g5_pmc->pchws[i],
1179 sama7g5_pmc->shws[sama7g5_systemck[i].id] = hw;
1195 sama7g5_pmc->phws[sama7g5_periphck[i].id] = hw;
1200 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN];
1234 sama7g5_pmc->ghws[sama7g5_gck[i].id] = hw;
1238 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7g5_pmc);
1249 kfree(sama7g5_pmc);
1253 CLK_OF_DECLARE(sama7g5_pmc, "microchip,sama7g5-pmc", sama7g5_pmc_setup);