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