Lines Matching refs:sama7g5_pmc
976 struct pmc_data *sama7g5_pmc; in sama7g5_pmc_setup() local
998 sama7g5_pmc = pmc_data_allocate(PMC_MCK1 + 1, in sama7g5_pmc_setup()
1002 if (!sama7g5_pmc) in sama7g5_pmc_setup()
1031 sama7g5_pmc->chws[PMC_MAIN] = hw; in sama7g5_pmc_setup()
1044 parent_hw = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()
1082 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup()
1093 sama7g5_mckx[PCK_PARENT_HW_MCK0].hw = sama7g5_pmc->chws[PMC_MCK] = hw; in sama7g5_pmc_setup()
1097 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()
1132 sama7g5_pmc->chws[sama7g5_mckx[i].eid] = hw; in sama7g5_pmc_setup()
1139 sama7g5_pmc->chws[PMC_UTMI] = hw; in sama7g5_pmc_setup()
1143 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()
1162 sama7g5_pmc->pchws[i] = hw; in sama7g5_pmc_setup()
1167 NULL, sama7g5_pmc->pchws[i], in sama7g5_pmc_setup()
1172 sama7g5_pmc->shws[sama7g5_systemck[i].id] = hw; in sama7g5_pmc_setup()
1188 sama7g5_pmc->phws[sama7g5_periphck[i].id] = hw; in sama7g5_pmc_setup()
1193 parent_hws[2] = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()
1227 sama7g5_pmc->ghws[sama7g5_gck[i].id] = hw; in sama7g5_pmc_setup()
1231 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7g5_pmc); in sama7g5_pmc_setup()
1242 kfree(sama7g5_pmc); in sama7g5_pmc_setup()
1246 CLK_OF_DECLARE(sama7g5_pmc, "microchip,sama7g5-pmc", sama7g5_pmc_setup);