Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/clk/at91/
Dsama7g5.c381 } sama7g5_mckx[] = { variable
1013 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup()
1100 sama7g5_mckx[PCK_PARENT_HW_MCK0].hw = sama7g5_pmc->chws[PMC_MCK] = hw; in sama7g5_pmc_setup()
1105 for (i = PCK_PARENT_HW_MCK1; i < ARRAY_SIZE(sama7g5_mckx); i++) { in sama7g5_pmc_setup()
1106 u8 num_parents = 3 + sama7g5_mckx[i].ep_count; in sama7g5_pmc_setup()
1116 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1117 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup()
1118 for (j = 0; j < sama7g5_mckx[i].ep_count; j++) { in sama7g5_pmc_setup()
1119 u8 pll_id = sama7g5_mckx[i].ep[j].pll_id; in sama7g5_pmc_setup()
1120 u8 pll_compid = sama7g5_mckx[i].ep[j].pll_compid; in sama7g5_pmc_setup()
[all …]