Lines Matching defs:sama7g5_pmc
807 struct pmc_data *sama7g5_pmc;
838 sama7g5_pmc = pmc_data_allocate(PMC_I2S1_MUX + 1,
842 if (!sama7g5_pmc)
869 sama7g5_pmc->chws[PMC_MAIN] = hw;
881 parent_hw = sama7g5_pmc->chws[PMC_MAIN];
911 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw;
924 sama7g5_pmc->chws[PMC_MCK] = hw;
960 sama7g5_pmc->chws[PMC_UTMI] = hw;
984 sama7g5_pmc->pchws[i] = hw;
994 sama7g5_pmc->shws[sama7g5_systemck[i].id] = hw;
1009 sama7g5_pmc->phws[sama7g5_periphck[i].id] = hw;
1042 sama7g5_pmc->ghws[sama7g5_gck[i].id] = hw;
1046 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7g5_pmc);
1057 kfree(sama7g5_pmc);
1061 CLK_OF_DECLARE(sama7g5_pmc, "microchip,sama7g5-pmc", sama7g5_pmc_setup);