Home
last modified time | relevance | path

Searched refs:sama7g5_plls (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/clk/at91/
Dsama7g5.c142 } sama7g5_plls[][PLL_ID_MAX] = { variable
956 if (!sama7g5_plls[i][j].n) in sama7g5_pmc_setup()
959 switch (sama7g5_plls[i][j].t) { in sama7g5_pmc_setup()
961 if (!strcmp(sama7g5_plls[i][j].p, "mainck")) in sama7g5_pmc_setup()
965 sama7g5_plls[i][j].p)); in sama7g5_pmc_setup()
968 &pmc_pll_lock, sama7g5_plls[i][j].n, in sama7g5_pmc_setup()
969 sama7g5_plls[i][j].p, parent_hw, i, in sama7g5_pmc_setup()
970 sama7g5_plls[i][j].c, in sama7g5_pmc_setup()
971 sama7g5_plls[i][j].l, in sama7g5_pmc_setup()
972 sama7g5_plls[i][j].f); in sama7g5_pmc_setup()
[all …]